diff --git a/public/index.html b/public/index.html index 14d2a3c..5ed703c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,9 +1,10 @@ Oohay! - Services for Compu-Global-Hyper-Mega-Net + - +
diff --git a/public/static/ch0ccy_aether.mp3 b/public/static/ch0ccy_aether.mp3 new file mode 100644 index 0000000..a76a487 Binary files /dev/null and b/public/static/ch0ccy_aether.mp3 differ diff --git a/public/static/oohay-bg.png b/public/static/oohay-bg.png new file mode 100644 index 0000000..65d0ca4 Binary files /dev/null and b/public/static/oohay-bg.png differ diff --git a/public/static/style.css b/public/static/style.css index f255513..e192a0e 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -1,5 +1,7 @@ body { background-color: #0C312E; + background-image: url("oohay-bg.png"); + background-repeat: repeat; color: #FF6666; font-family: Helvetica, sans-serif; }