This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 339
/
games.html
70 lines (54 loc) · 2.7 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<head>
<meta charset="utf-8">
<title>TitaniumNetwork</title>
<link href="./css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/primary.js"></script>
</head>
<div class="c-box">
<center><h1><span style="color: white;">Titanium Arcade</span></h1>
<h5><span style="color: white;">If you have any suggestions for games to add to the arcade, contact a staff member on the Discord.</span></h5>
<h5>You can go back to this page by simply double-clicking the games button!</h5>
<h5><span style="color: white;">Report any issues with any games to <a href="mailto:[email protected]"><font color="white">[email protected]</a></font>!</h5></center>
<center>
<h5>Games last updated at <span style="color:green;">1:29 AM (EST) </span> on <span style="color:green;">05/07/2020</span></h5></center>
</div>
<div class="d-box">
<center>
<h1>HTML5 Games</h1>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/2048/index.html">
<span style="color: white;">2048</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/astray/index.html">
<span style="color: white;">Astray</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/breaklock/index.html">
<span style="color: white;">Breaklock</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/nerd.html">
<span style="color: white;">Breakout</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/cookies/index.html">
<span style="color: white;">Cookie Clicker</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/flappybird/index.html">
<span style="color: white;">Flappy Bird</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/hextris/index.html">
<span style="color: white;">Hextris</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/pacman/index.htm">
<span style="color: white;">Pac-Man</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/radius-raid/min.html">
<span style="color: white;">Radius Raid</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/spaceinvaders/index.html">
<span style="color: white;">Space Invaders</span></a>
<div><div style="height: 10px; overflow: hidden;"></div></div>
<a href="gfiles/towermaster/index.html">
<span style="color: white;">Towermaster</span></a>
<h1></h1>
</div>