-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.77 KB
/
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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jacob Life</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- This code totally ripped from http://breefield.com/bm-timelapse/sunsets ; It was all open source though.. I think .. so yeah. Thanks. We really appreciate the guide -->
<!-- CSS concatenated and minified via ant build script-->
<link rel="stylesheet" href="/css/style.css">
<!-- end CSS-->
<script src="/js/modernizr-2.0.6.min.js"></script>
<script>
// var root = '/bm-timelapse/';
</script>
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.parsequery.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery-1.6.2.min.js"><\/script>')</script>
<!-- Add fancyBox -->
<script type="text/javascript" src="/js/jquery.easing-1.3.pack.js"></script>
<link rel="stylesheet" href="/css/jquery.fancybox.css" type="text/css" media="screen" />
<script type="text/javascript" src="/js/jquery.fancybox.pack.js"></script>
<!-- Infinite scroll -->
<script type="text/javascript" src="/js/jquery.infinitescroll.min.js"></script>
<!-- scripts concatenated and minified via ant build script-->
<script defer src="/js/plugins.js"></script>
<script defer src="/js/script.js"></script>
<!-- end scripts-->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</head>
<body>
<div id="container"><ul id="photos" class="clearfix">
</ul>
<a href="/json.php?user=j&page=2" class="next-page" id="nextalink">Next</a>
</div><!-- end container -->
</body></html>