Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/index.html

17 lines
606 B
HTML
Raw Normal View History

2022-05-17 09:22:18 +02:00
<!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>
2023-05-15 11:07:58 +02:00
<script src="/node_modules/msw/lib/iife/index.js"></script>
2023-05-24 22:37:01 +02:00
<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>
2022-05-17 13:46:20 +02:00
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden"></body>
</html>