2023-01-24 10:32:40 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2023-02-09 13:34:03 +01:00
|
|
|
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
|
2023-01-24 10:32:40 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Umbraco Auth</title>
|
|
|
|
|
<script type="module" src="/src/index.ts"></script>
|
|
|
|
|
<base href="/" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
|
|
|
|
|
<umb-login></umb-login>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|