-
Notifications
You must be signed in to change notification settings - Fork 0
/
_.html
53 lines (33 loc) · 1.21 KB
/
_.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
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- the "no-js" class is for Modernizr. -->
<head id="www-sitename-com" data-template-set="html5-reset">
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>adropboxslideshowthing</title>
<link rel="stylesheet" href="build/assets/css/reset.css">
<link rel="stylesheet" href="build/assets/css/style.css">
<script src="build/assets/js/jquery-1.9.1.js"></script>
<script src="build/assets/js/adropboxslideshowthing.js"></script>
</head>
<body>
<div class="loading">
<img src="build/img/loading.gif">
</div>
<div class="container">
<ul class="slides">
</ul>
</div>
<nav id="controls">
<a href="#" class="prev inactive"></a>
<a href="#" class="next"></a>
</nav>
<ul id="pagination">
</ul>
</body>
</html>