initial site

This commit is contained in:
ch0ccyra1n 2025-07-09 14:16:37 -07:00
parent 7dfaf8fd27
commit 9f5e0c5046
2 changed files with 74 additions and 0 deletions

45
public/index.html Normal file
View file

@ -0,0 +1,45 @@
<html lang="en">
<head>
<title>Oohay! - Services for Compu-Global-Hyper-Mega-Net</title>
<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">
</head>
<body>
<div align="right">
<a class="tiny" href="/submit">Submit a page here!</a>
<br>
</div>
<div align="center">
<h1 class="title">Oohay!</h1>
<br>
<h3>A collection of services for <a href="http://cursedsilicon.retro/">Compu-Global-Hyper-Mega-Net</a></h3>
</div>
<div align="center">
<a class="pin1" href="http://ring.oohay.retro">Webring</a> |
<a class="pin1" href="http://mail.oohay.retro">Mail</a>
<div style="width:400px;text-align: left;">
<pre role="image" aria-label="Ascii art of a windmill."> __
,-_ (` ).
|-_'-, ( ).
|-_'-' _( '`.
_ |-_'/ .=(`( . )
/;-,_ |-_' ( (.__.:-`-_.'
/-.-;,-,___|' `( ) )
/;-;-;-;_;_/|\_ _ _ _ _ ` __.:' )
x_( __`|_P_|`-;-;-;,| `--'
|\ \ _|| `-;-;-'
| \` -_|. '-'
| / /-_| `
|/ ,'-_| \
/____|'-_|___\
_..,____]__|_\-_'|_[___,.._
' ``'--,..,. mic
</pre>
</div>
<br><br>
<p>Want to promote us? Add this button to your site!</p>
<a href="http://oohay.retro"><img src="/static/oohay.gif"></a>
</div>
</body>
</html>

29
public/static/style.css Normal file
View file

@ -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";
}