forked from janwillemm/ss57
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 678 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script>
<!-- <script src="http://livejs.com/live.js"></script> -->
<script src="simpleslider57/turqoisehelpers.js"></script>
<script src="simpleslider57/Slide57.js"></script>
<script src="simpleslider57/ss57.js"></script>
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet" type="text/css">
<link href="simpleslider57/ss57.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<script>
ss57.start();
</script>
<div class="nextSlideSlider">
</div>
</body>
</html>