-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 2.32 KB
/
Copy pathindex.html
File metadata and controls
61 lines (56 loc) · 2.32 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
55
56
57
58
59
60
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Title -->
<title>Nathan R.'s Haven</title>
<!-- Description -->
<meta name="description" content="The j">
<!-- Favico -->
<link rel="icon" type="image/x-icon" href="assets/img/Davy.ico" />
<!-- Apple... Favico???? -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<!-- Default Global Scripts -->
<script src="js/scripts.js"></script>
<script src="enable-threads.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://html5-templates.com/" />
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="sidebar">
<div class="logo"><a href="/"><img src='assets/img/logo.png' alt="logo"></a></div>
<div class="navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Outlinks</a></li>
<li><a href="#">Github</a></li>
</ul>
</div>
</div>
<iframe src="game/game.html" style="width:960px; height:540px; margin: auto; display:block;" ></iframe>
<style>
.pagefooter {
position: absolute;
bottom: 0;
left: 0;
z-index: 10;
}
</style>
<div class="pagefooter">
<div class="footerlinks">
<a href="http://html5-templates.com/">Template</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/script.js"></script>
</body>
</html>