-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.html
41 lines (34 loc) · 993 Bytes
/
games.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
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="uniform.css">
</head>
<title>
gamer tribute
</title>
<body bgcolor="black">
<font color="white" size=4.5px>
<! --okay bitch you can do the main shiz now-->
<div class="topnav">
<h1>
<a href="/">[sackydzNG]</a>
<a href="games">games</a>
<a href="art">art</a>
<a href="music">music</a>
<a href="movies">videos</a>
<a href="posts">other stuff</a>
</h1>
</div>
<br>
<h3><u> 2020 games </u><br>
<a href="https://gamejolt.com/games/xavierball/666199"> Xavier the Ball (Prototype) </a><br>
<a href="https://sackydzng.itch.io/homev1"> HOME v1 </a><br>
</h3>
<marquee></marquee>
<h3><u> 2021 games </u><br>
<a href="games/wickeditortest0094"> a wick editor test v0.094 (canned) </a> <br>
<a href="games/purgatory01"> purgatory01 </a> <br>
</h3>
</font>
</body>
</html>