-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGamesList.html
57 lines (55 loc) · 1.83 KB
/
GamesList.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Astro</title>
<h1>ASTRO</h1>
<div class="panic">
<button onclick="window.location.href = 'https://www.google.com';">
panic
</button>
</div>
<h3>anyways. heres games.</h3>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<button onclick="window.location.href = '2048.html';">2048</button>
<button onclick="window.location.href = 'bezos.html';">
You Are Bezos
</button>
<button onclick="window.location.href = 'Dogeminer2.html';">
Doge Miner 2
</button>
<button onclick="window.location.href = 'Run2.html';">Run 2</button
><button onclick="window.location.href = 'bitlife.html';">Bitlife</button>
<button onclick="window.location.href = 'bloxors.html';">Bloxors</button>
<button onclick="window.location.href = 'cookie.html';">
Cookie Clicker
</button>
<button onclick="window.location.href = 'stickhook.html';">
Stickman Hook
</button>
<button onclick="window.location.href = 'ballistic.html';">
Ballistic Chickens
</button>
<button onclick="window.location.href = 'breakingbank.html';">
Breaking the Bank
</button>
<button onclick="window.location.href = 'drift.html';">
Drift Boss
</button>
<button onclick="window.location.href = 'rally.html';">
Rally Racing
</button>
<button onclick="window.location.href = 'aquapark.html';">
Tjat One Game With The Slide And The Uhhhh Waterpark Its Really Fun TRust mE
</button>
<button onclick="window.location.href = 'flappybird.html';">
Thajt Bird With The MAMRnio Pipe
</button>
<nav>
<a href="./GamesList.html">ok. heres game</a>
<a href="./index.html">ok. heres homepage</a>
</nav>
</body>
</html>