summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/index.html')
-rw-r--r--pyload/web/app/index.html11
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>