2024-05-21 17:14:22 +02:00
|
|
|
<!doctype html>
|
2023-08-11 11:22:38 +02:00
|
|
|
<html lang="en-us" dir="ltr">
|
2022-07-06 11:05:34 +02:00
|
|
|
<head>
|
2023-05-26 15:20:27 +02:00
|
|
|
<base href="/" />
|
2022-07-06 11:05:34 +02:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Umbraco</title>
|
2025-04-03 16:15:04 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="./umbraco/backoffice/assets/favicon.svg" />
|
2023-05-26 15:20:27 +02:00
|
|
|
<link rel="stylesheet" href="src/css/umb-css.css" />
|
2025-04-03 16:15:04 +02:00
|
|
|
<link rel="stylesheet" href="./umbraco/backoffice/css/uui-css.css" />
|
|
|
|
|
<script src="./umbraco/backoffice/msw/index.js"></script>
|
2023-05-26 15:20:27 +02:00
|
|
|
<script type="module" src="index.ts"></script>
|
2022-07-06 11:05:34 +02:00
|
|
|
</head>
|
2022-05-17 13:46:20 +02:00
|
|
|
|
2023-05-12 16:28:06 +02:00
|
|
|
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden"></body>
|
2022-07-06 11:05:34 +02:00
|
|
|
</html>
|