From 9f5e0c5046ff639dc101ac452d8d07f44f91ac89 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Wed, 9 Jul 2025 14:16:37 -0700 Subject: [PATCH] initial site --- public/index.html | 45 +++++++++++++++++++++++++++++++++++++++++ public/static/style.css | 29 ++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 public/index.html create mode 100644 public/static/style.css diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..a806d00 --- /dev/null +++ b/public/index.html @@ -0,0 +1,45 @@ + + + Oohay! - Services for Compu-Global-Hyper-Mega-Net + + + + + +
+ Submit a page here! +
+
+
+

Oohay!

+
+

A collection of services for Compu-Global-Hyper-Mega-Net

+
+
+ Webring | + Mail +
+
                                        __
+                 ,-_                  (`  ).
+                 |-_'-,              (     ).
+                 |-_'-'           _(        '`.
+        _        |-_'/        .=(`(      .     )
+       /;-,_     |-_'        (     (.__.:-`-_.'
+      /-.-;,-,___|'          `(       ) )
+     /;-;-;-;_;_/|\_ _ _ _ _   ` __.:'   )
+        x_( __`|_P_|`-;-;-;,|        `--'
+        |\ \    _||   `-;-;-'
+        | \`   -_|.      '-'
+        | /   /-_| `
+        |/   ,'-_|  \
+        /____|'-_|___\
+ _..,____]__|_\-_'|_[___,.._
+'                          ``'--,..,.      mic
+        
+
+

+

Want to promote us? Add this button to your site!

+ +
+ + diff --git a/public/static/style.css b/public/static/style.css new file mode 100644 index 0000000..9e4dc3b --- /dev/null +++ b/public/static/style.css @@ -0,0 +1,29 @@ +body { + background-color: #FAFAFA; +} + +h1 { + margin: 0px; + line-height: 96px; +} + +a.tiny { + color: #7900A7; +} + +a.pin1 { + font-size: 14px; + color: #7900A7; +} + +a:visited { + color: #7900A7; +} + +.title { + color: #7900A7; + font-weight: bold; + font-size: 83px; + font-family: "Georgia"; +} +