forked from turn1pwastaken/turn1pwastaken.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 1.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://turn1pwastaken.github.io/bruh.css">
<title>Hazel's Epic Site</title>
<style>
body {background-image: url("https://turn1pwastaken.github.io/wa.png");}
h1 {color: black;}
p {color: black;}
</style>
</head>
<body>
<div class="center-container">
<h1>Hazel's Epic Site</h1>
<p>Welcome to my silly site.</p>
<p>Keep in mind that this is still a WORK IN PROGRESS, so things might not work.</p>
<a href="https://turn1pwastaken.github.io/pico8celeste/celeste.html">Pico-8 Celeste</a>
<a href="https://turn1pwastaken.github.io/only.html">This Is The Only Level</a>
<a href="https://turn1pwastaken.github.io/portal.html">Portal: The Flash Version</a>
<a href="https://turn1pwastaken.github.io/sm64/index.html">Super Mario 64</a>
<a href="https://turn1pwastaken.github.io/ducklife.html">Duck Life</a>
<a href="https://turn1pwastaken.github.io/ducklife2.html">Duck Life 2</a>
<a href="https://turn1pwastaken.github.io/ducklife3.html">Duck Life 3</a>
<a href="https://turn1pwastaken.github.io/th06/index.html">Touhou 6 Web Port</a>
<a href="https://turn1pwastaken.github.io/DumbProject/index.html">Dumb Thing I Made</a>
</div>
</body>
</html>