diff options
author | FChannel <=> | 2021-02-04 12:33:42 -0800 |
---|---|---|
committer | FChannel <=> | 2021-02-04 12:33:42 -0800 |
commit | 1df70fec27ab5e4aa3dff8521767454be6b5498c (patch) | |
tree | 4902b557879b46f37103ac7a62c62833796c8c22 /static/rules.html | |
parent | f6eecc720abaefb954fda9a26aab78bb1d706ba4 (diff) |
when merging boards into a feed show the board color based on posts restrictions
Diffstat (limited to 'static/rules.html')
-rw-r--r-- | static/rules.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/static/rules.html b/static/rules.html index 1ca49ee..574435a 100644 --- a/static/rules.html +++ b/static/rules.html @@ -2,15 +2,11 @@ <html> <body style="background-color:#ffffee; max-width: 800px; margin: 0 auto;"> <a style="color: black;" href="javascript:history.back()">[Back]</a> - <h1 style="padding-left: 15px;">Rules and Agreements:</h1> + <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> </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> |