diff options
author | FChannel <=> | 2021-02-02 23:28:35 -0800 |
---|---|---|
committer | FChannel <=> | 2021-02-02 23:28:35 -0800 |
commit | 3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (patch) | |
tree | 7c5427161376bd6e2f18ccf4b92fd6af2ae24fc9 /static/main.html | |
parent | ea664188aa26a55b31c5b789cb4a98e33af7fc99 (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.html | 4 |
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> |