2019-08-26 23:31:17 +02:00
|
|
|
<!DOCTYPE html>
|
2020-07-28 12:30:09 +02:00
|
|
|
<html dir="ltr">
|
2019-08-26 23:31:17 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2019-12-18 06:27:08 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2020-08-19 05:32:53 +02:00
|
|
|
<script src="/public/ui.js" async></script>
|
2019-12-11 22:46:00 +01:00
|
|
|
<link rel="icon" type="image/png" href="/public/favicon.png" />
|
|
|
|
|
2020-01-23 21:41:14 +01:00
|
|
|
<link rel="preload" href="/public/font/v1/300.woff" as="font" type="font/woff" />
|
|
|
|
<link rel="preload" href="/public/font/v1/300i.woff" as="font" type="font/woff" />
|
|
|
|
<link rel="preload" href="/public/font/v1/400.woff" as="font" type="font/woff" />
|
|
|
|
<link rel="preload" href="/public/font/v1/400i.woff" as="font" type="font/woff" />
|
|
|
|
<link rel="preload" href="/public/font/v1/700.woff" as="font" type="font/woff" />
|
|
|
|
<link rel="preload" href="/public/font/v1/700i.woff" as="font" type="font/woff" />
|
2019-12-11 22:46:00 +01:00
|
|
|
|
|
|
|
<style>
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-display: swap;
|
|
|
|
src: url('/public/font/v1/300.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 300;
|
|
|
|
font-display: swap;
|
|
|
|
src: url('/public/font/v1/300i.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
src: url('/public/font/v1/400.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
src: url('/public/font/v1/400i.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-display: swap;
|
|
|
|
src: url('/public/font/v1/700.woff') format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Inter';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
|
|
|
font-display: swap;
|
|
|
|
src: url('/public/font/v1/700i.woff') format('woff');
|
|
|
|
}
|
|
|
|
</style>
|
2019-12-05 18:58:10 +01:00
|
|
|
|
2019-10-07 14:48:14 +02:00
|
|
|
<!-- VARIABLE_HEAD_BEGIN -->
|
|
|
|
<!-- VARIABLE_HEAD_END -->
|
2019-08-26 23:31:17 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-06-23 23:20:42 +02:00
|
|
|
<div id="app"></div>
|
2019-08-26 23:31:17 +02:00
|
|
|
</body>
|
|
|
|
</html>
|