diff options
author | FChannel <> | 2021-06-28 12:06:20 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-28 12:06:20 -0700 |
commit | ac7fd1f68d396cb676a9a111bddae7e36302b4c6 (patch) | |
tree | 97234ae9e079cb02c88360c281c93d831454c976 /static/main.html | |
parent | 94c92948ae7ae669b6b6466ef4b7f00cc430f7ef (diff) |
tor proxy, added server version in faq, increased verification time
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> |