-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 928 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>index</title>
<meta name="description" content="" />
<meta name="author" content="Joe" />
<link rel="Stylesheet" href="css/dot-luv/jquery-ui-1.9.1.custom.min.css" type="text/css" />
<script data-main="js/main" src="js/libs/require/require.js"></script>
</head>
<body>
<div>
<header>
</header>
<nav>
<p>
<a href="#/">Home</a>
</p>
<p>
<a href="#/contact">Contact</a>
</p>
</nav>
<div id="container">
<div id="menu"> </div>
<div id="content"> </div>
</div>
<footer>
<p>
© Copyright by FearGeek Development
</p>
</footer>
</div>
</body>
</html>