Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/index.html
Mads Rasmussen 3769c491dd Bugfix: Fix deep links (#723)
fix deep links
2023-05-17 09:04:35 +00:00

15 lines
469 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>
<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>