|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="that js dude" content=""> |
9 | | - <link rel="shortcut icon" href="../images/favicon.jpg"> |
| 9 | + <link rel="shortcut icon" href="images/favicon.jpg"> |
10 | 10 |
|
11 | 11 | <title>JS: array</title> |
12 | 12 |
|
13 | 13 | <!-- 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"> |
16 | 16 | <!-- Custom styles for this template --> |
17 | 17 | <style> |
18 | 18 | /* Move down content because we have a fixed navbar that is 50px tall */ |
|
35 | 35 | </style> |
36 | 36 |
|
37 | 37 | <!-- 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]--> |
39 | 39 |
|
40 | 40 | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
41 | 41 | <!--[if lt IE 9]> |
@@ -237,9 +237,9 @@ <h2>Need more!</h2> |
237 | 237 | <!-- Bootstrap core JavaScript |
238 | 238 | ================================================== --> |
239 | 239 | <!-- 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> |
243 | 243 | <script>hljs.initHighlightingOnLoad();</script> |
244 | 244 |
|
245 | 245 |
|
|
0 commit comments