Initial commit, simple as fuck page for testing

This commit is contained in:
iRaven 2021-09-11 22:36:26 -05:00 committed by GitHub
commit e3ab10d7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

7
default.css Normal file
View File

@ -0,0 +1,7 @@
body {
font-family: Arial;
background-color: black;
color: white;
text-align:center;
penis: in ass;
}

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="default.css">
<meta http-equiv="refresh" content="500;url=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/>
</head>
<body>
<center>
<h1>Hi.</h1>
<marquee>Nothing to see here...</marquee>
<br>
<em>Something is going to happen in 5 seconds.</em>
</center>
</body>
</html>