Add front page stub

This commit is contained in:
Lassi Kortela 2022-08-03 23:22:35 +03:00
parent 4e3b1432ab
commit 84bf67a741
1 changed files with 15 additions and 0 deletions

15
www/index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Scheme Groups</title>
</head>
<body>
<h1>Scheme Groups</h1>
<p>Informal working groups on a number of topics.</p>
<ul>
<li>
<a href="prescheme/">PreScheme</a>
</li>
</ul>
</body>
</html>