-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
64 lines (50 loc) · 1.22 KB
/
index.php
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
61
62
63
64
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 History API : pushState / popState</title>
<meta name="description" content="HTML5 History API : pushState / popState">
<meta name="keywords" content="HTML5 History API : pushState / popState">
<link rel="stylesheet" href="/css/core.css" media="all" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div id="content">
<div id="header">
<h1>HTML5 History API : pushState / popState</h1>
</div>
<div id="navigation">
<div id="timer">1</div>
<ul>
<li>
<a href="/" title="You Get What You Give">
You Get What You Give
</a>
<a href="/fortune-faded" title="Fortune Faded">
Fortune Faded
</a>
<a href="/liar" title="Liar">
Liar
</a>
<a href="/universal" title="Universal">
Universal
</a>
</li>
</ul>
</div>
<div id="container">
<div id="left">
</div>
<div id="right">
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<script src="/js/jquery-1.7.1.min.js"></script>
<script src="/js/core.js"></script>
</body>
</html>