summaryrefslogtreecommitdiffstats
path: root/dist/index.html
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-17 15:07:30 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-17 15:07:30 +0200
commit6cb957cc1f64123851ae28e37b601fe7b92e2658 (patch)
tree0248affb2ed2552d4adaa81ec98f20ffbac2a2d7 /dist/index.html
parentGSEC bug fix - fetch teachers (diff)
downloadbeziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.tar
beziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.tar.gz
beziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.tar.bz2
beziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.tar.lz
beziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.tar.xz
beziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.tar.zst
beziapp-6cb957cc1f64123851ae28e37b601fe7b92e2658.zip
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/dist/index.html b/dist/index.html
deleted file mode 100644
index 2a861a1..0000000
--- a/dist/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>