-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (22 loc) · 954 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
23
<!DOCTYPE html>
<html lang="de">
<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>GOKB Client</title>
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png">
<link rel="icon" href="/img/icons/favicon.ico" sizes="48x48">
<link rel="icon" href="/img/icons/favicon.svg" sizes="any" type="image/svg+xml">
<meta name="theme-color" content="#a5141b" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)">
<script type="module" src="/src/main.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but gokb-client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>