diff options
author | FChannel0 <77419041+FChannel0@users.noreply.github.com> | 2021-07-04 10:47:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 10:47:22 -0700 |
commit | b37a9179c5d0a4e8ad348eb79f9c9cef691a7d3f (patch) | |
tree | 4b54287214e666fb53c3d3fd650cc1b6fda0d455 /static/rules.html | |
parent | 2d06abf5049e67e05c068461908c492f43ff4026 (diff) | |
parent | 68ad1d59f7fdf1a572da45060a9480079241031d (diff) |
Merge pull request #33 from the-sageman/faq-and-rules
Improve the static pages a bit
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> |