summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/template.html')
-rw-r--r--packages/anastasis-webui/src/template.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/anastasis-webui/src/template.html b/packages/anastasis-webui/src/template.html
deleted file mode 100644
index 351f1829c..000000000
--- a/packages/anastasis-webui/src/template.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html lang="en" class="has-aside-left has-aside-mobile-transition has-navbar-fixed-top has-aside-expanded">
- <head>
- <meta charset="utf-8">
- <title><% preact.title %></title>
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png">
- <% preact.headEnd %>
- </head>
- <body>
- <% preact.bodyEnd %>
- </body>
-</html>