forked from IamChristianS/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
117 lines (108 loc) · 4.91 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
<!--
▄▀▀▄▀▀▀▄ ▄▀▀▄▀▀▀▄ ▄▀▀▀▀▄ ▄█ ▄▀▀█▄▄▄▄ ▄▀▄▄▄▄ ▄▀▀▀█▀▀▄
█ █ █ █ █ █ █ █ ▄▀▀▀█▀ ▐ ▐ ▄▀ ▐ █ █ ▌ █ █ ▐
▐ █▀▀▀▀ ▐ █▀▀█▀ █ █ █ █ █▄▄▄▄▄ ▐ █ ▐ █
█ ▄▀ █ ▀▄ ▄▀ ▐ █ █ ▌ █ █
▄▀ █ █ ▀▀▀▀ ▄ ▀▄ ▄▀▄▄▄▄ ▄▀▄▄▄▄▀ ▄▀
█ ▐ ▐ ▀▀▀▀ █ ▐ █ ▐ █
▐ ▐ ▐ ▐
▄▀▀▄ ▄▄ ▄▀▀▄ ▄▀▀▄ ▄▀▀█▄▄
█ █ ▄▀ █ █ █ ▐ ▄▀ █
▐ █▄▄▄█ ▐ █ █ █▄▄▄▀
█ █ █ █ █ █
▄▀ ▄▀ ▀▄▄▄▄▀ ▄▀▄▄▄▀
█ █ █ ▐
▐ ▐ ▐
-->
<!DOCTYPE html>
<html>
<head>
<!--Display-->
<title>Project-Hub | Games</title>
<link rel="icon" href="favicon.svg">
<!--Stylesheets-->
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="page_styles/games.css"> <!--Page-Specific-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
<link rel="stylesheet" href="hover.css"> <!--Hover.CSS Library-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"> <!--AOS Library-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://kit.fontawesome.com/4139823eac.js" crossorigin="anonymous"></script>
<!--Meta-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<!--Scripts-->
<script src="startupScript.js"></script>
<!--Styling-->
<style>
/* Ad Segment */
.ad-segment {
margin: 1vw;
}
</style>
</head>
<body>
<!--Navbar Start-->
<!--Navbar End-->
<p>Note: this site is currently used as a content hosting server for my unblocked games site, sites.google.com/lindberghschools.ws/ubg-hub/home . If you went on this site because you saw someone playing a game and went to the url you saw, you can click the button below to go to the homepage of the unblocked games site. :) </p>
<!--Header Image-->
<a href="https://www.sites.google.com/lindberghschools.ws/ubg-hub/home">
<img src="img/headh.png" alt="Image couldn't load." class="img-header" style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom: 1vw;">
</a>
<!--Ad Segment Start-->
<br><center><script>
var afg={};afg.u=6328;afg.s=4;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script></center><br>
<!--Ad Segment End-->
<!--Game Library-->
<!--Copy & Paste Empty Slot-->
<div class="game-item" id="incomplete">
<a href="games/gamePath/index.html" target="_blank">
<img src="games/img/placeholder.png" alt="gameName">
</a>
<a href="games/gamePath/index.html" target="_blank"><strong>gameName</strong></a>
</div>
</div>
<!--Ad Segment Start-->
<br><center><script>
var afg={};afg.u=6328;afg.s=4;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script></center><br>
<!--Ad Segment End-->
<!--Footer Start-->
<footer class="footer">
<div class="footer-about">
<p></p>
</div>
<p>aaaaaaa <i class="fa-regular fa-copyright"></i></p>
<p></p>
<div class="footer-link">
<a href="https://github.com/unbl0ck">GitHub Profile</a>
<a href="privacy.html">Privacy Notice</a>
</div>
</footer>
<!--Footer End-->
<!--Anchor Ad Start-->
<script>
var afg={};afg.u=6328;afg.s=31;
afg.anchor="bottom";
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script>
<!--Anchor Ad End-->
<!--AOS Library-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>