diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-10 17:29:38 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-10 17:32:55 +0300 |
| commit | 5420cd2885f42d6d57e601d378069ac1e400db93 (patch) | |
| tree | 12ec91c99da807e67514e0a78a149591d460f9d1 /index.html | |
| parent | df7f1e7f3362fb44b44c7000acbf1869bed2aae5 (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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
