This repository was archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathabout.html
More file actions
54 lines (48 loc) · 2.06 KB
/
Copy pathabout.html
File metadata and controls
54 lines (48 loc) · 2.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Unblocked games for the students of MMS" />
<meta name="keywords" content="playhydra, unblocked games, unblocked, unblocked playhydra" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ABOUT | PLAYHYDRA</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="nav-container">
<a href="index.html"><img src="assets/images/playhydra.png" alt="PLAYHYDRA LOGO" title="PLAYHYDRA"
class="logo" /></a>
<nav>
<a href="index.html" class="nav-item">HOME</a>
<a href="about.html" class="nav-item">ABOUT</a>
<a href="/location.html" class="nav-item">LOCATION</a>
</nav>
</div>
<h2>INCEPTION</h2>
<p>
On November 3rd, 2021, the majority of the popular "unblockedgames" sites
were, (ironically), blocked on MMS computers. The creators of PLAYHYDRA
set out to port many of its most popular games to a new site. As is the
tale of the hydra, if you chop off one of its heads, two more will take
its place. PLAYHYDRA will simply move to a new location (coincidentally)
whenever it is inevitably blocked. New locations will be found in the
<a href="/location.html">LOCATION</a> section of this site after it is
blocked (just use a non-chromebook to check the page).
</p>
<h2>REQUEST GAMES</h2>
<p>
Feel free to suggest games to be added at
<a href="mailto:[email protected]">our email</a>.
</p>
<h2>NOTE</h2>
<p>
The creators of PLAYHYDRA
<strong>do not promote, condone, or support</strong> the misuse of school
devices. The creators of PLAYHYDRA <strong>cannot and will not</strong> be
held liable for misuse of this site. Games found here are here for
archival purposes only.
</p>
<sub><em>BROUGHT TO YOU BY THE STUDENTS OF
MMS</em></sub>
</body>
</html>