diff options
Diffstat (limited to 'static/main.html')
-rw-r--r-- | static/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.html b/static/main.html index 91d8344..72ed321 100644 --- a/static/main.html +++ b/static/main.html @@ -90,7 +90,7 @@ {{ template "content" . }} {{ template "bottom" . }} - <div style="width: 500px; margin:0 auto; margin-top: 50px; text-align: center;"> + <div align="center" style="width: 500px; margin:0 auto; margin-top: 50px;"> <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> |