-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
29 lines (24 loc) · 1.06 KB
/
404.html
File metadata and controls
29 lines (24 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Atlantis Mod</title>
</head>
<body>
<header>
<div class="container">
<h1>Atlantis Mod</h1>
<h2>By @Graeme22, @ETBCOR, KyleCodesThings, and @LatentLepreckaun.</h2>
<section id="downloads">
<a href="https://github.com/CodecademyMinecraftMods" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
<a href="http://www.minecraftforum.net/topic/2515843-wip164-atlantis-mod-an-underwater-world/" class="btn">View on Minecraft Forum</a>
<a href="http://www.codecademy.com/groups/minecraft-gaming/discussions/53079c8f548c35f45000181d#" class="btn">View On Codecademy</a>
</section>
<h1>404</h1>
<a class="btn" href="index.html">Back</a>
</div>
</header>