From 9e7c2d6004f92a3341e0b034c84a20567753a6f7 Mon Sep 17 00:00:00 2001 From: Copywrong <> Date: Fri, 6 Mar 2026 15:20:24 -0500 Subject: Initial commit --- 404.html | 14 ++++++++++++++ index.html | 19 +++++++++++++++++++ styles.css | 24 ++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 404.html create mode 100644 index.html create mode 100644 styles.css diff --git a/404.html b/404.html new file mode 100644 index 0000000..c5e19a1 --- /dev/null +++ b/404.html @@ -0,0 +1,14 @@ + + + + + +
+ +
+
+

Page not found

+

The page you requested could not be found.

+

Go home

+
+ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3f7db8d --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + +
+ +
+
+

We're a group of people that hate Copyright.

+
+

You can find us on:

+ +
+ diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..4b0b6a2 --- /dev/null +++ b/styles.css @@ -0,0 +1,24 @@ +body { + background-color: snow; + font-family: Arial, sans; +} + +.logo { + text-align: center; + font-weight: bold; + font-size: 50px; + margin-bottom: 0.5em; +} + +.content { + justify-self: center; + width: 1000px; + border: 1px solid #333333; + box-shadow: 0 0 0.25em #444444; + padding: 8px 12px; + background-color: white; +} + +footer { + justify-self: center; +} -- cgit v1.3