windmill and bgsound
This commit is contained in:
parent
f85f8c85b4
commit
4d3e9a06ce
4 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<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="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>
|
||||
<body>
|
||||
<br>
|
||||
|
|
BIN
public/static/ch0ccy_aether.mp3
Normal file
BIN
public/static/ch0ccy_aether.mp3
Normal file
Binary file not shown.
BIN
public/static/oohay-bg.png
Normal file
BIN
public/static/oohay-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 521 B |
|
@ -1,5 +1,7 @@
|
|||
body {
|
||||
background-color: #0C312E;
|
||||
background-image: url("oohay-bg.png");
|
||||
background-repeat: repeat;
|
||||
color: #FF6666;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue