Skip to content

Commit 16ca21f

Browse files
author
Constantin
committed
update demo.index.html
1 parent d66c889 commit 16ca21f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo/index.html renamed to index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<meta itemprop="image" content="http://swipebox.csag.co/images/swipe250.jpg">
1515
<meta itemprop="description" content="Swipebox is a jQuery lightbox plugin for desktop, mobile and tablet">
1616
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Noto+Serif:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
17-
<link rel="stylesheet" href="style.css">
18-
<link rel="stylesheet" href="../src/css/swipebox.css">
17+
<link rel="stylesheet" href="demo/style.css">
18+
<link rel="stylesheet" href="src/css/swipebox.css">
1919
<title>Swipebox | A touchable jQuery lightbox</title>
2020
<!-- share buttons -->
2121
<script type="text/javascript">(function(doc, script) {
@@ -238,10 +238,10 @@ <h3>Options</h3>
238238
</div>
239239
</footer>
240240
</div>
241-
<script src="../lib/ios-orientationchange-fix.js"></script>
242-
<script src="../lib/jquery-2.0.3.min.js"></script>
243-
<script src="../lib/jquery.isotope.min.js"></script>
244-
<script src="../src/js/jquery.swipebox.js"></script>
241+
<script src="lib/ios-orientationchange-fix.js"></script>
242+
<script src="lib/jquery-2.0.3.min.js"></script>
243+
<script src="lib/jquery.isotope.min.js"></script>
244+
<script src="src/js/jquery.swipebox.js"></script>
245245
<script type="text/javascript">
246246
;( function( $ ) {
247247

0 commit comments

Comments
 (0)