kirsle.net/www/wiki.gohtml

12 lines
234 B
Plaintext
Raw Normal View History

2017-12-24 20:48:59 +00:00
{{ define "title" }}Untitled Page{{ end }}
{{ define "content" }}
<h1>Wiki</h1>
Redirecting to <a href="/wiki/Main-Page">Main Page</a>
<script>
(function() {
window.location = "/wiki/Main-Page";
})();
</script>
{{ end }}