summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-10 17:29:38 +0300
committerAlon Levy <alon@pobox.com>2014-08-10 17:32:55 +0300
commit5420cd2885f42d6d57e601d378069ac1e400db93 (patch)
tree12ec91c99da807e67514e0a78a149591d460f9d1 /index.html
parentdf7f1e7f3362fb44b44c7000acbf1869bed2aae5 (diff)
move external dependencies to project - jquery-ui and google font (''cache'' fonts.googleapis.com response)
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d4de6100..49247685 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="ui.css" rel="stylesheet" type="text/css">
- <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
+ <link href='external/google-lato-300.css' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="images/favicon2.ico" />
<script src="d3/d3.v3.min.js"></script>
<script src="scripts/jquery.js"></script>
- <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
+ <script src="external/jquery-ui.js"></script>
<script src="scripts/caret.js"></script>
<script src="scripts/autocomplete.js"></script>