Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/index.html
2022-05-17 13:46:20 +02:00

16 lines
401 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<script type="module" src="/src/umb-app.ts"></script>
</head>
<body class="uui-font uui-text" style="margin: 0; padding: 0">
<umb-app></umb-app>
</body>
</html>