summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/app.html')
-rw-r--r--module/web/templates/default/app.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/module/web/templates/default/app.html b/module/web/templates/default/app.html
deleted file mode 100644
index 306f4b8bf..000000000
--- a/module/web/templates/default/app.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>{% block title %}pyLoad {{ _("Webinterface") }}{% endblock %}</title>
- <link href="static/css/default/my.css" rel="stylesheet" type="text/css"/>
- <link href="static/css/jquery.mobile-1.1.1.min.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="static/js/libs/jquery-1.8.0.min.js"></script>
- <script type="text/javascript" src="static/js/libs/jquery.mobile-1.1.1.min.js"></script>
- <script type="text/javascript" src="static/js/libs/my.js"></script>
- {% block head %}
- {% endblock %}
- </head>
- <body>
- {% block content %}
- {% endblock content %}
- </body>
-</html> \ No newline at end of file