We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdbf39 commit 2e485b0Copy full SHA for 2e485b0
index.html
@@ -13,6 +13,8 @@
13
14
<link rel="stylesheet" href="css/normalize.css">
15
<link rel="stylesheet" href="css/main.css">
16
+ <link rel="stylesheet" href="js/vendor/strapdown.css">
17
+ <link rel="stylesheet" href="js/vendor/themes/united.min.css">
18
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
19
</head>
20
<body>
@@ -77,7 +79,7 @@ <h1>Idea Tracker <em>Plus</em></h1>
77
79
78
80
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
81
-<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
82
+<script src="js/vendor/strapdown.js"></script>
83
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
84
<script src="js/plugins.js"></script>
85
<script src="js/main.js"></script>
0 commit comments