2020-08-27 14:44:21 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<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">
|
|
|
|
|
2022-02-23 15:21:02 +01:00
|
|
|
<link rel="icon" type="image/png" href="/img/favicon.png">
|
2020-08-27 14:44:21 +02:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>We're sorry but client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
2022-02-23 15:21:02 +01:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2020-08-27 14:44:21 +02:00
|
|
|
</body>
|
|
|
|
</html>
|