-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgooglesites.html
32 lines (32 loc) · 1.87 KB
/
googlesites.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./images/cream.ico">
<title>Google Sites Page</title>
</head>
<body>
<div class="container">
<h1>Google Sites</h1>
<h3>Note: A lot of the things on here are blocked.</h3>
<img src="./images/googlesites-icon.png" width="173.2" height="130">
<a href="./pizzaedition.html"><h1>The Pizza Edition</h1></a>
<a href="https://sites.google.com/view/tripplethepotatoes"><h2>Tripple the Potatoes</h2></a>
<a href="https://sites.google.com/view/master-editionn"><h2>Master Edition</h2></a>
<a href="https://sites.google.com/view/game-hub-unbl0cked"><h2>Game Hub Unblocked</h2></a>
<a href="https://sites.google.com/view/craziest-games"><h2>Craziest Games</h2></a>
<a href="https://sites.google.com/view/lotsogames"><h2>Lots of Games</h2></a>
<a href="https://sites.google.com/view/project-void"><h2>Project Void</h2></a>
<a href="https://sites.google.com/view/twigs-utilities"><h2>Twig's Utilities [Outdated Version; V1]</h2></a>
<a href="https://sites.google.com/view/meximath"><h2>Mexi Math</h2></a>
<a href="https://sites.google.com/view/testing3kek"><h2>Testing 3 Kek</h2></a>
<a href="https://sites.google.com/view/www-clever-com"><h2>WWW-CLEVER-COM</h2></a>
<a href="https://sites.google.com/view/goofyahhunblocking"><h2>Goofy Ahh Unblocking</h2></a>
<a href="https://sites.google.com/view/coreluxunblocking"><h2>Core Lux Unblocking</h2></a>
<a href="https://sites.google.com/view/parker-space"><h2>Parker Space (Sold, Lol)</h2></a>
</div>
</body>
</html>