Add archives index page, and deploy wiki archives.
This commit is contained in:
8
templates/index.mustache
Normal file
8
templates/index.mustache
Normal 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}}
|
@@ -1,4 +0,0 @@
|
||||
<html>
|
||||
<head><meta http-equiv="refresh" content="0; url=page-0.html" /></head>
|
||||
<body><p><a href="page-0.html">Redirect</a></p></body>
|
||||
</html>
|
4
templates/redirect.mustache
Normal file
4
templates/redirect.mustache
Normal file
@@ -0,0 +1,4 @@
|
||||
<html>
|
||||
<head><meta http-equiv="refresh" content="0; url={{target}}" /></head>
|
||||
<body><p><a href="{{target}}">Redirect</a></p></body>
|
||||
</html>
|
Reference in New Issue
Block a user