diff options
author | FChannel <=> | 2021-02-03 23:50:10 -0800 |
---|---|---|
committer | FChannel <=> | 2021-02-03 23:50:10 -0800 |
commit | f6eecc720abaefb954fda9a26aab78bb1d706ba4 (patch) | |
tree | 6dcf0b4025943309f0d5bc63d71e358f2653d787 /static/rules.html | |
parent | 3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (diff) |
sorted board list
Diffstat (limited to 'static/rules.html')
-rw-r--r-- | static/rules.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/rules.html b/static/rules.html index 574435a..1ca49ee 100644 --- a/static/rules.html +++ b/static/rules.html @@ -2,11 +2,15 @@ <html> <body style="background-color:#ffffee; max-width: 800px; margin: 0 auto;"> <a style="color: black;" href="javascript:history.back()">[Back]</a> - <h1 style="text-align: center;">Rules and Agreements:</h1> + <h1 style="padding-left: 15px;">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> </ol> + <div style="padding-top: 500px;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> + <p>All media are copyright to their respective owners.</p> + </div> </body> </html> |