-
Notifications
You must be signed in to change notification settings - Fork 0
/
minecraft.html
59 lines (59 loc) · 2.71 KB
/
minecraft.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Unusual Morton Images features unique and funny photos and videos from Morton District 201 High Schools">
<title>Morton Minecraft | Unusual Morton Images</title>
<link rel="shortcut icon" href="/websitefiles/gamboa.jpg" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Morton East In Minecraft</h1>
</header>
<nav></nav>
<iframe src="https://www.youtube.com/embed/kE8x5WIaxg0?playlist=kE8x5WIaxg0&loop=1&autoplay=1&controls=0&modestbranding=1&rel=0">
</iframe>
<main>
<section>
<h2>Map</h2>
<ul>
<li><a href="https://realms.gg/MhTA_CTttB8">Bedrock Realm - MhTA_CTttB8</a></li>
<li><a href="/websitefiles/Morton_East_in_Minecraft_Java.zip" download>Java</a></li>
<li><a href="/websitefiles/Morton_East_in_Minecraft_Bedrock_1.mcworld" download>Bedrock</a></li>
</ul>
</section>
<section>
<h2>Wave 1 Skins</h2>
<ul>
<li><a href="/websitefiles/morton_student.png" download>Morton Student</a></li>
<li><a href="/websitefiles/morton_gym_student.png" download>Morton Gym Student</a></li>
<li><a href="/websitefiles/cheeseburger_lover.png" download>Cheeseburger Lover</a></li>
<li><a href="/websitefiles/classic_gamboa.png" download>Jose Gamboa</a></li>
<li><a href="/websitefiles/mr_joiner.png" download>Mr. Joiner</a></li>
<li><a href="/websitefiles/mr_robinson.png" download>Mr. Robinson</a></li>
</ul>
</section>
<section>
<h2>Wave 2 Skins</h2>
<ul>
<li><a href="/websitefiles/scooby.png" download>Scooby</a></li>
<li><a href="/websitefiles/blomquist.png" download>Mr. Blomquist</a></li>
<li><a href="/websitefiles/sweeney.png" download>Mr. Sweeney</a></li>
<li><a href="/websitefiles/white.png" download>Mr. White</a></li>
<li><a href="/websitefiles/beisman.png" download>Mr. Beisman</a></li>
<li><a href="/websitefiles/walski.png" download>Mr. Walski</a></li>
<li><a href="/websitefiles/yunker.png" download>Mr. Yunker</a></li>
<li><a href="/websitefiles/horsemaskguy.png" download>???</a></li>
<li><a href="/websitefiles/mortongirl.png" download>Generic Morton Girl</a></li>
<li><a href="/websitefiles/mortongirlgym.png" download>Generic Morton Girl (Gym Version)</a></li>
</ul>
</section>
</main>
<footer>
<p>"Anything can happen at this school, and to show us the humor and the great moments has always been <a href="https://unusualmortonimages.com">Unusual Morton Images</a>."</p>
<p>© 2023 Unusual Morton Images</p>
</footer>
</body>
</html>