diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 02:51:04 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 14:30:09 +0200 |
| commit | 05d2c42815c15c33508299c16558248cc7a8f2ae (patch) | |
| tree | 1fd3e6cf4c4a3719ff869ce6163de0025844cda4 /index.html | |
| parent | 4d1929936434516ee965e3dce4941e592ab14be1 (diff) | |
rename: external/ -> lib/
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,12 +4,12 @@ <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='external/google-lato-300.css' rel='stylesheet' type='text/css'> + <link href='lib/google-lato-300.css' rel='stylesheet' type='text/css'> <link rel="shortcut icon" href="images/favicon2.ico" /> <script src="scripts/local_config.js"></script> - <script data-main='scripts/app.js' src="external/require.js"></script> + <script data-main='scripts/app.js' src="lib/require.js"></script> </head> |
