diff options
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> |