c-gohlke commited on
Commit
a6d8bdf
·
verified ·
1 Parent(s): 3869435

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -31
index.html DELETED
@@ -1,31 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <title>Ionic App</title>
6
-
7
- <base href="/" />
8
-
9
- <meta name="color-scheme" content="light dark" />
10
- <meta
11
- name="viewport"
12
- content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
13
- />
14
- <meta name="format-detection" content="telephone=no" />
15
- <meta name="msapplication-tap-highlight" content="no" />
16
-
17
- <link rel="manifest" href="/manifest.json" />
18
-
19
- <link rel="shortcut icon" type="image/png" href="/favicon.png" />
20
-
21
- <!-- add to homescreen for ios -->
22
- <meta name="apple-mobile-web-app-capable" content="yes" />
23
- <meta name="apple-mobile-web-app-title" content="Ionic App" />
24
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
25
- <script type="module" crossorigin src="/assets/index-pICMsDyd.js"></script>
26
- <link rel="stylesheet" crossorigin href="/assets/index-NtPJI-DP.css">
27
- </head>
28
- <body>
29
- <div id="root"></div>
30
- </body>
31
- </html>