17 lines
606 B
HTML
17 lines
606 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Umbraco</title>
|
|
<script src="/node_modules/msw/lib/iife/index.js"></script>
|
|
<link rel="stylesheet" href="/node_modules/@umbraco-ui/uui-css/dist/uui-css.css">
|
|
<link rel="stylesheet" href="src/css/umb-css.css">
|
|
<script type="module" src="/index.ts"></script>
|
|
<base href="/" />
|
|
</head>
|
|
|
|
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden"></body>
|
|
</html>
|