-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (39 loc) · 1.82 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CCNP6N0YHW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CCNP6N0YHW');
</script>
<link rel = "icon" type = "image" href = "logo.png">
<title>FWGFS</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap" rel="stylesheet">
<script src="playgame.js"></script>
<link rel="stylesheet" href="stylemain.css">
</head>
<body>
<div class="topnav">
<a class="topnavlink" href="allgames.html">All Games</a>
<a class="topnavlink" href="garcade.html">Arcade</a>
<a class="imghome" href="index.html"><img src="logo-transparent-bg.png" width="100" height="67" ></img></a>
<a class="topnavlink" href="gclassic.html">Classic</a>
<a class="topnavlink" href="more.html">More</a>
</div>
<h1 style="text-align:center">FREE WEB GAMES FOR SCHOOL</h1>
<p>Hi! My name is <b>[REDACTED]</b> and this is my collection of unblocked web games. <br>I have found a brilliant way to unblock games, but it is incredibly hard to unblock said games, <br>so I have prepared this site for people who want to play video games in school.</p>
<br>
<h3>FEATURED GAMES:</h3>
<div class="gameslist">
<button onclick="getgame('PickleMC Client','https://fwgfs.static.app/gh/?https://github.com/pickle69420/mcclient/blob/main/index.html')" >!NEW! PickleMC Client !NEW!</button>
<br>
<button onclick="getgame('Kaetram','https://kaetram.com/')" >Kaetram</button>
<br>
<button onclick="getgame('Panzerdogs','https://play.panzerdogs.io/')" >Panzerdogs</button>
</div>
<p>We currently have <b>155</b> games! More games <a href="allgames.html">here</a>.</p>
</body>
</html>