16 lines
401 B
HTML
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> |