Initial commit

This commit is contained in:
Jason Williams
2025-01-02 09:27:06 -07:00
commit c19ec7743a
15 changed files with 280 additions and 0 deletions

20
app/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>You Cock!</title>
</head>
<body style="margin: 0px; background-image: url(bkgrnd.jpg);">
<div id="topbar" style="position: absolute; box-sizing: border-box; width: 100%; text-align: right;">
<div style="box-sizing: inherit; width: 100%; height: 16px; overflow: visible; padding-right: 15px; background-color: #1A1A1A;"><a href="https://ja.son-williams.ca/"><img src="https://random.jaywll.co/jaywll.png"></a></div>
<div style="box-sizing: inherit; width: 100%; height: 4px; background: linear-gradient(90deg, #FDBB2D 0%, #3A1C71 100%);"></div>
</div>
<table style="width: 100%; height: 100%;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="text-align: center;">
<a href="/wiki/"><img src="splash.jpg"><br />Click Gareth's picture toenter the site</a>
</td>
</tr>
</table>
</body>
</html>