blob: efbde4fbc9b20b42b20b27ada971e7e86c8eca25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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; margin-bottom: 25px;">
Theme:
<select id="themeSwitcher" onchange="setTheme(this.options[this.selectedIndex].value)">
{{ range .Themes }}
<option value="{{.}}">{{.}}</option>
{{ end }}
</select>
</div>
|