aboutsummaryrefslogtreecommitdiff
path: root/static/main.html
diff options
context:
space:
mode:
authorFChannel <=>2021-02-02 23:28:35 -0800
committerFChannel <=>2021-02-02 23:28:35 -0800
commit3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (patch)
tree7c5427161376bd6e2f18ccf4b92fd6af2ae24fc9 /static/main.html
parentea664188aa26a55b31c5b789cb4a98e33af7fc99 (diff)
added rules.html and faq.html change to fit your own instance specs.
Diffstat (limited to 'static/main.html')
-rw-r--r--static/main.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.html b/static/main.html
index 2f0cb40..59852ed 100644
--- a/static/main.html
+++ b/static/main.html
@@ -76,6 +76,10 @@
{{ template "content" . }}
{{ template "bottom" . }}
+ <div style="width: 500px; margin:0 auto; margin-top: 50px; text-align: center;">
+ <a href="/">[Home]</a><a href="/static/rules.html">[Rules]</a><a href="/static/faq.html">[FAQ]</a>
+ <p>All media are copyright to their respective owners.</p>
+ </div>
</body>
</html>