2016-11-10 15:10:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-05-04 09:59:42 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2022-05-02 23:37:52 +02:00
|
|
|
<link rel="icon" href="::faviconPrefix::/favicon.ico" />
|
2021-05-04 09:59:42 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="baseUriPath" content="::baseUriPath::" />
|
2022-01-05 12:12:14 +01:00
|
|
|
<meta name="cdnPrefix" content="::cdnPrefix::" />
|
2021-05-04 09:59:42 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="description" content="unleash" />
|
2022-04-27 09:14:44 +02:00
|
|
|
<title>Unleash</title>
|
2021-08-11 13:34:39 +02:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
2021-05-04 09:59:42 +02:00
|
|
|
<link
|
2021-08-11 13:34:39 +02:00
|
|
|
href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap"
|
2021-05-04 09:59:42 +02:00
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2022-05-05 17:15:22 +02:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2021-05-04 09:59:42 +02:00
|
|
|
</body>
|
2021-04-07 09:04:48 +02:00
|
|
|
</html>
|