summaryrefslogtreecommitdiffstats
path: root/dist/assets/root/index.html
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-17 13:49:56 +0200
committerrstular <rok@stular.eu>2020-05-17 13:49:56 +0200
commit96dd81ddf1188377bf1402e866c4b263dbd55d1c (patch)
treed981d7d5822c8c56b3071176fd85dc1127b3a21f /dist/assets/root/index.html
parentRemoved duplicate files (diff)
downloadbeziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.tar
beziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.tar.gz
beziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.tar.bz2
beziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.tar.lz
beziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.tar.xz
beziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.tar.zst
beziapp-96dd81ddf1188377bf1402e866c4b263dbd55d1c.zip
Diffstat (limited to 'dist/assets/root/index.html')
-rw-r--r--dist/assets/root/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/dist/assets/root/index.html b/dist/assets/root/index.html
deleted file mode 100644
index 2a861a1..0000000
--- a/dist/assets/root/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <meta name="google" content="notranslate">
- <title>BežiApp</title>
-
- <script type="text/javascript" src="/js/lib/localforage.min.js"></script>
- <script type="text/javascript" src="/js/setup-storage.js"></script>
- <script type="text/javascript" src="/js/initialize.js"></script>
-
- <link rel="manifest" href="/manifest.json">
- <script src="/js/app.js"></script>
- <link rel="shortcut icon" type="image/png" href="/favicon.png" />
-
- <!-- iOS support -->
- <link rel="apple-touch-icon" href="/img/icons/icon_96.png">
- <link rel="apple-touch-icon" href="/img/icons/icon_512.png">
- <meta name="apple-mobile-web-app-status-bar" content="#004d32">
-</head>
-
-<body>
-</body>
-
-</html>