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/rules.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/rules.html')
-rw-r--r-- | static/rules.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/rules.html b/static/rules.html index 574435a..afb0319 100644 --- a/static/rules.html +++ b/static/rules.html @@ -4,9 +4,9 @@ <a style="color: black;" href="javascript:history.back()">[Back]</a> <h1 style="text-align: center;">Rules and Agreements:</h1> <ol> - <li>Do not break or violate United States laws.</li> - <li>Age Restriction is 18 years and older.</li> - <li>Any blue boards are restricted to work safe posts only.</li> + <li>Do not break any laws of the U.S.A.</li> + <li>You must be 18 to post or access this website.</li> + <li>Blue boards are restricted to work-safe (SFW) posts only.</li> </ol> </body> </html> |