-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgames.html
141 lines (129 loc) · 4.89 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2939348888494004"
crossorigin="anonymous"></script>
<head>
<!-- Google tag (gtag.js) -->
<script src="https://arc.io/widget.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z22G6D1DRT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z22G6D1DRT');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z22G6D1DRT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z22G6D1DRT');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Astro Games</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/7d33d53aa9.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="astro.jpg">
<include src="header.html"></include>
</head>
<body style="background-color: rgb(19, 19, 19);">
<script src="scripts/custom-elms.js"></script>
<script src="scripts/script.js"></script>
<canvas id="body-top" style="height: 1000px;"></canvas>
<div id="top-section">
<nav-bar></nav-bar>
<br>
<br>
<br>
<br>
<br>
<br>
<h1 id="title">Astro Games</h1>
<h4 style="text-align: center; margin-top: 10px;">By Jesse Sher</h1>
<br>
<br>
<center>
<img src="astro.jpg" alt="astro" id="astro" style="width: 400px;">
<br>
<img src="icons/down.svg" alt="down" id="down">
</center>
</div>
<div style="background-color: rgb(19, 19, 19);">
<center style="background-color: rgb(19, 19, 19);">
<iframe src="https://invidget.switchblade.xyz/MyZCWQM94A" width="350" height="500" allowtransparency="true"
frameborder="0" id="invite"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
<div
style="height: 130px; width: 200px; background-color: rgb(41, 41, 41); border-radius: 10px; margin-top: 50px;">
<br>
<h1 style="
color: white;
text-align: center;
margin-bottom: 10px;
">Visits:</h1>
<a href="https://www.freecounterstat.com" title="website counters"><img
src="https://counter6.optistats.ovh/private/freecounterstat.php?c=h55p5xe2hwl2zab7dm3nd47r6xuuy27s"
border="0" title="website counters" alt="website counters"></a>
</div>
</center>
<br>
<center style="background-color: rgb(19, 19, 19);">
<h1 style="color: white;
text-align: center;
margin-bottom: 10px;
font-size: 20px;
">Games shown on this website are the property of their respective owners.</h1>
</center>
<br>
<center style="background-color: rgb(19, 19, 19);">
<h1 style="color: white;
text-align: center;
margin-bottom: 10px;
font-size: 20px;
">To help us keep our content free, please consider disabling your ad blocker. Our ads are non-intrusive
and support our site!</h1>
</center>
<center style="background-color: rgb(19, 19, 19);">
<!-- <h1 style="color: white;
text-align: center;
margin-bottom: 10px;
font-size: 20px;
">Honorable Mentions: Noah Dusheiko and Arlo</h1> -->
</center>
<center style="background-color: rgb(19, 19, 19);">
<h1 style="
margin-top: 50px;
background-color: rgb(0, 200, 255);
width: 150px;
height: 40px;
line-height: 40px;
border-radius: 15px;
font-size: 20px;
" id="games-count">Loading...</h1>
<input type="text" id="search-bar" placeholder="Search games..." oninput="search()">
<div id="games" style="background-color: rgb(19, 19, 19); z-index: 99999;">
<ul id="games-ul" style="display: inline-block; margin-top: 50px;">
<li>
<a href="pages/GameRequests.html"
><img src="icons/request.png" alt="Getting Over It" />
<p>Game Requests</p></a
><br />
</li>
<li>
<a href="pages/Support.html"
><img src="icons/Support.png" alt="Getting Over It" />
<p>Support Us!</p></a
><br />
</li>
</ul>
</div>
<terms-elm></terms-elm>
</center>
<script src="scripts/load-game.js"></script>
<script src="scripts/add-games.js"></script>
<script src="scripts/fullscreen.js"></script>
<script src="scripts/script.js"></script>
</div>
</body>
</html>