Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroryg <rg.rorygibson@gmail.com>2013-09-19 17:06:14 +0400
committerroryg <rg.rorygibson@gmail.com>2013-09-19 17:06:14 +0400
commitec7e4f1dbe2a3aa5f7f387849f5505e239d93a5f (patch)
tree29f48d0a0009c90db3d2e69a4d2bb000ffb12c36
parentfd29e838b389b7b49ce2a198acd29809414e4fb1 (diff)
Update index.html
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index c563312..5b15228 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="stylesheet" type="text/css" href="/assets/css/normalize.css" />
- <link rel="stylesheet" type="text/css" href="/assets/css/nprogress.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="assets/css/nprogress.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300" />
@@ -164,12 +164,11 @@ for (var i = 0; i &lt; someVariable; i++) {
</div>
</footer>
-
- <script src="/shared/vendor/jquery/jquery.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- <script type="text/javascript" src="/assets/js/jquery.history.js"></script>
- <script type="text/javascript" src="/assets/js/nprogress.js"></script>
- <script type="text/javascript" src="/assets/js/scripts.js"></script>
+ <script type="text/javascript" src="assets/js/jquery.history.js"></script>
+ <script type="text/javascript" src="assets/js/nprogress.js"></script>
+ <script type="text/javascript" src="assets/js/scripts.js"></script>
</body>
</html>