windmill and bgsound

This commit is contained in:
ch0ccyra1n 2025-07-12 20:54:40 -07:00
parent f85f8c85b4
commit 4d3e9a06ce
4 changed files with 4 additions and 1 deletions

View file

@ -1,9 +1,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Oohay! - Services for Compu-Global-Hyper-Mega-Net</title> <title>Oohay! - Services for Compu-Global-Hyper-Mega-Net</title>
<bgsound src="static/ch0ccy_aether.mp3" loop="0"></bgsound>
<meta name="description" content="Services for Compu-Global-Hyper-Mega-Net"> <meta name="description" content="Services for Compu-Global-Hyper-Mega-Net">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/static/style.css"> <link rel="stylesheet" type="text/css" href="static/style.css">
</head> </head>
<body> <body>
<br> <br>

Binary file not shown.

BIN
public/static/oohay-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

View file

@ -1,5 +1,7 @@
body { body {
background-color: #0C312E; background-color: #0C312E;
background-image: url("oohay-bg.png");
background-repeat: repeat;
color: #FF6666; color: #FF6666;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
} }