-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
35 lines (35 loc) · 1.1 KB
/
about.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Kilogaiajax</title>
<meta name="language" content="en" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="css/main.css">
<script src="js/libs/jquery-1.8.0.min.js"></script>
<script src="js/libs/swfaddress.js"></script>
<script src="js/libs/history.js"></script>
<script src="js/site.js"></script>
</head>
<body>
<!-- all page-specific content exists in contentWrapper, and will be emptied upon transitioned out -->
<div>
<div id="nav">
Below is the nav that is found in the template:
<br/>
<a class="gaiaHrefLink" href="index.html">Home</a>
<a class="gaiaHrefLink" href="about.html">About</a>
<a class="gaiaHrefLink" href="testpage.html">TestPage</a>
<a class="gaiaHrefLink" href="rawcontent.html">Raw content</a>
</div>
<br/>
<div id="contentWrapper" style="background-color:#cccccc" >
<div id="about">
ABOUT
</div>
</div>
</div>
</body>
</html>