diff options
| author | 2013-06-11 23:33:12 +0200 | |
|---|---|---|
| committer | 2013-06-11 23:33:12 +0200 | |
| commit | fd11ed199c7ac88fd33e300812ea9faf2d70e088 (patch) | |
| tree | ffab23ee09217e3f08e66db0b0687e0a55bf249e /pyload/web/app/index.html | |
| parent | separated setup and paver (diff) | |
| download | pyload-fd11ed199c7ac88fd33e300812ea9faf2d70e088.tar.xz | |
working build-script, needs some improvements
Diffstat (limited to 'pyload/web/app/index.html')
| -rw-r--r-- | pyload/web/app/index.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html index 87fd6c612..8e231868f 100644 --- a/pyload/web/app/index.html +++ b/pyload/web/app/index.html @@ -8,16 +8,11 @@ <meta name="description" content="pyLoad WebUI"> <meta name="viewport" content="width=device-width"> - <!-- TODO Include this font --> - <link href="http://fonts.googleapis.com/css?family=Abel" rel="stylesheet" type="text/css"/> - <!-- TODO: basepath and templates --> - <link href="/styles/font.css" rel="stylesheet" type="text/css"/> - <link href="/styles/default/main.css" rel="stylesheet" type="text/css"> + <link href="styles/font.css" rel="stylesheet" type="text/css"/> + <link href="styles/default/main.css" rel="stylesheet" type="text/css"> + <link href="vendor/select2.css" rel="stylesheet" type="text/css"/> - <!-- build:css styles/vendor.css --> - <link href="components/select2/select2.css" rel="stylesheet" type="text/css"/> - <!-- endbuild --> <!-- build:js scripts/default.js --> <script data-main="scripts/config" src="components/requirejs/require.js"></script> |
