Skip to content

Commit deb17c1

Browse files
committed
updated resources file
1 parent 7275144 commit deb17c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

html.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="">
88
<meta name="that js dude" content="">
9-
<link rel="shortcut icon" href="../images/favicon.jpg">
9+
<link rel="shortcut icon" href="images/favicon.jpg">
1010

1111
<title>JS: array</title>
1212

1313
<!-- Bootstrap core CSS -->
14-
<link href="../css/bootstrap.min.css" rel="stylesheet">
15-
<link rel="stylesheet" href="../css/zenburn.css">
14+
<link href="css/bootstrap.min.css" rel="stylesheet">
15+
<link rel="stylesheet" href="css/zenburn.css">
1616
<!-- Custom styles for this template -->
1717
<style>
1818
/* Move down content because we have a fixed navbar that is 50px tall */
@@ -35,7 +35,7 @@
3535
</style>
3636

3737
<!-- Just for debugging purposes. Don't actually copy this line! -->
38-
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
38+
<!--[if lt IE 9]><script src="../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
3939

4040
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
4141
<!--[if lt IE 9]>
@@ -237,9 +237,9 @@ <h2>Need more!</h2>
237237
<!-- Bootstrap core JavaScript
238238
================================================== -->
239239
<!-- Placed at the end of the document so the pages load faster -->
240-
<script src="../js/jquery-2.0.3.min.js"></script>
241-
<script src="../js/bootstrap.min.js"></script>
242-
<script src="../js/highlight.pack.js"></script>
240+
<script src="js/jquery-2.0.3.min.js"></script>
241+
<script src="js/bootstrap.min.js"></script>
242+
<script src="js/highlight.pack.js"></script>
243243
<script>hljs.initHighlightingOnLoad();</script>
244244

245245

0 commit comments

Comments
 (0)