-
Notifications
You must be signed in to change notification settings - Fork 27
/
3.html
77 lines (61 loc) · 2.61 KB
/
3.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>djax</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<!-- Delete everything in this .container and get started on your own site! -->
<div class="container" id="main">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 40px">Djax</h1>
<h5>You loaded this on 3.html</h5>
<hr />
</div>
<div class="one-third column" id="left">
<a href="2.html">Previous</a>
</div>
<div class="one-third column" id="middle">
elements that are not on the requested page will be removed, elements not on the current page will be added
</div>
<div class="one-third column" id="right">
Ajaxify your site with as complex a layout as you like. give it a try... <br /><br />
<a href="http://beezee.github.com/djax.html">http://beezee.github.com/djax.html</a> for docs and more demo
</div>
</div><!-- container -->
<!-- JS
================================================== -->
<script src="javascripts/jquery.1.8.2.min.js"></script>
<script src="javascripts/tabs.js"></script>
<script type="text/javascript" src="jquery.djax.js"></script>
<script type="text/javascript" src="example.js"></script>
<!-- End Document
================================================== -->
</body>
</html>