aboutsummaryrefslogtreecommitdiff
path: root/static/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.html')
-rw-r--r--static/main.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/static/main.html b/static/main.html
index 2b708e9..3e29053 100644
--- a/static/main.html
+++ b/static/main.html
@@ -41,7 +41,11 @@
{{ template "bottom" . }}
- <br>
+ <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 trademarks and copyrights on this page are owned by their respective parties.</p>
+ </div>
+
<div style="float: right;">
Theme:
<select id="themeSwitcher" onchange="setTheme(this.options[this.selectedIndex].value)">
@@ -52,11 +56,6 @@
</select>
</div>
- <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 trademarks and copyrights on this page are owned by their respective parties.</p>
- </div>
-
<script src="/static/js/themes.js"></script>
{{ template "script" . }}
</body>