-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (21 loc) · 894 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="/public/img/icons/favicon-32x32.png">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' https://storage.googleapis.com https://ella.uv-kooperation.de">
<!-- Die folgenden werden von Ella geändert, sobald die App geladen ist-->
<title>Lädt...</title>
<meta name="theme-color" content="#ffffff">
</head>
<body>
<noscript>
<strong>We're sorry but this application 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>