Add www
This commit is contained in:
parent
1fae327026
commit
7388bb7468
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Scheme Conservatory</title>
|
||||
<link rel="stylesheet" href="/schemeorg.css">
|
||||
<meta name="viewport" content=
|
||||
"width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="/favicon/favicon.svg" sizes="any" type=
|
||||
"image/svg+xml">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<a href="https://www.scheme.org/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://docs.scheme.org/">Docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://community.scheme.org/">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://standards.scheme.org/">Standards</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://get.scheme.org/">Implementations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
<h1 id="logo">Scheme Conservatory</h1>
|
||||
<p>Maintenance of dormant Scheme code.</p>
|
||||
<h2>Implementations</h2>
|
||||
<p><a href="ikarus/">Ikarus Scheme</a></p>
|
||||
<h2>Libraries</h2>
|
||||
<p><a href="psyntax/">Portable <code>syntax-case</code>
|
||||
(psyntax)</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue