diff options
author | sageman_ <sageman@anomine.net> | 2021-07-03 17:46:04 +0200 |
---|---|---|
committer | sageman_ <sageman@anomine.net> | 2021-07-03 21:30:39 +0200 |
commit | d287a2d0bb19f6a7eef682cd411e0e7cc31c1e3d (patch) | |
tree | 0cae37d904a91d0b1749ab2af865dd0356dbe931 /static/main.html | |
parent | 97ce6d91545ec10f35d692ccbf60536d83f5debf (diff) |
Improve the static pages a bit
They were *begging* for grammar corrections after all. The FAQ should now be a bit more newbie-friendly now.
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 72ed321..a295a36 100644 --- a/static/main.html +++ b/static/main.html @@ -92,7 +92,7 @@ {{ template "bottom" . }} <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> + <p>All trademarks and copyrights on this page are owned by their respective parties.</p> </div> </body> </html> |