aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFChannel <>2021-06-28 12:06:20 -0700
committerFChannel <>2021-06-28 12:06:20 -0700
commitac7fd1f68d396cb676a9a111bddae7e36302b4c6 (patch)
tree97234ae9e079cb02c88360c281c93d831454c976 /static
parent94c92948ae7ae669b6b6466ef4b7f00cc430f7ef (diff)
tor proxy, added server version in faq, increased verification time
Diffstat (limited to 'static')
-rw-r--r--static/faq.html12
-rw-r--r--static/main.html2
2 files changed, 11 insertions, 3 deletions
diff --git a/static/faq.html b/static/faq.html
index 4398466..8c7c4fe 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -1,7 +1,12 @@
<!DOCTYPE html>
<html>
+ <head>
+ <style>
+ a { color: black; }
+ </style>
+ </head>
<body style="background-color:#ffffee; max-width: 800px; margin: 0 auto;">
- <a style="color: black;" href="javascript:history.back()">[Back]</a>
+ <a href="javascript:history.back()">[Back]</a>
<h1 style="text-align: center;">FAQ</h1>
<div>
<h4>What is fchan</h4>
@@ -29,7 +34,10 @@
<p>sequential numbers have run their course. random base 16 (now base 36) is better.</p>
<h4>Activitypub specific examples</h4>
- <p>coming soon(tm).</p>
+ <p>coming soon(tm).</p>
+
+ <h4>Server Version</h4>
+ <p>v0.0.1</p>
</div>
<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>
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>