diff options
author | FChannel <> | 2022-06-19 12:23:54 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | cd99df8d6781c3f0a191d119ea0ddf8c4a16089f (patch) | |
tree | 2f3bc281a3a1c631a9c865e3ddb117e7054b6c9f /views/rules.html | |
parent | d88b68d2287716e663f723f46f830dc2b9043595 (diff) |
moving files from static to view dir
Diffstat (limited to 'views/rules.html')
-rw-r--r-- | views/rules.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/rules.html b/views/rules.html new file mode 100644 index 0000000..afb0319 --- /dev/null +++ b/views/rules.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<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> + <ol> + <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> |