keycloak-theme/index.html

15 lines
360 B
HTML
Raw Normal View History

<!doctype html>
2024-06-06 05:26:06 +02:00
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2025-11-30 13:23:21 +00:00
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico" />
2024-06-06 05:26:06 +02:00
</head>
2024-06-06 05:26:06 +02:00
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>