Add archives index page, and deploy wiki archives.

This commit is contained in:
2020-08-16 21:11:59 -05:00
parent 6f05f05410
commit 0b1320a9da
6 changed files with 47 additions and 17 deletions

8
templates/index.mustache Normal file
View File

@@ -0,0 +1,8 @@
{{>header}}
Welcome to the <b>Glitch City Laboratories Archives</b>.
<h2>Archives</h2>
<ul>
<li><a href="forums">Forums</a> (<a href="forums.tar.gz">.tar.gz</a>)</li>
<li><a href="wiki">Wiki</a> (<a href="wiki.tar.gz">.tar.gz</a>)</li>
</ul>
{{>footer}}