-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
44 lines (36 loc) · 1.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta name="description" content="Toezicht op pad" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#ffffff" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Favicon: Use one favicon.ico or a large PNG -->
<link rel="icon" href="%PUBLIC_URL%/favicon-32x32.png" sizes="32x32" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon-180x180.png" sizes="180x180" />
<!-- Only necessary meta tags for MS application (if needed) -->
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/mstile-144x144.png" />
<!-- Manifest for PWA -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Title and Base URL -->
<title>Toezicht op pad</title>
<base href="/" />
<!-- Main entry for Vite React application -->
<script type="module" src="src/index"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<p id="chunk-js-loading-failure" style="display:none;">Het lijkt erop dat onderdelen van deze website niet correct kunnen worden geladen. <a href="">Probeer te herladen</a></p>
</div>
<script>
window.setTimeout(function () {
var elem = document.querySelector("#chunk-js-loading-failure");
if (elem != null) elem.style.display = "block";
}, 4000);
</script>
</body>
</html>
<script src='/config/env.js'></script>