-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
39 lines (37 loc) · 1.08 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
<!DOCTYPE html>
<html style="background: #00a1e1" lang="nl">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>project334</title>
<meta
name="description"
content="Sensor technologie voor de fysiotherapeut."
/>
<link rel="icon" href="/public/img/favicon.svg" type="image/svg+xml" />
<link
rel="alternate icon"
href="/public/favicon.ico"
type="image/png"
sizes="16x16"
/>
<link
rel="apple-touch-icon"
href="public/icons/apple-touch-icon.png"
sizes="180x180"
/>
<link rel="mask-icon" href="public/icons/favicon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<noscript>
<strong
>We're sorry but this app doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>