2022-05-17 09:22:18 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2022-07-06 11:05:34 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2023-02-09 13:34:03 +01:00
|
|
|
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
|
2022-07-06 11:05:34 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Umbraco</title>
|
|
|
|
|
<script type="module" src="/src/index.ts"></script>
|
|
|
|
|
<base href="/" />
|
|
|
|
|
</head>
|
2022-05-17 13:46:20 +02:00
|
|
|
|
2022-07-06 11:05:34 +02:00
|
|
|
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
|
|
|
|
|
<umb-app></umb-app>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|