keycloak-theme/index.html
irl 0bf045eb85
Some checks failed
ci / test (push) Failing after 1s
ci / Check if version upgrade (push) Has been skipped
ci / create_github_release (push) Has been skipped
feat: sr2 theme
2025-11-30 13:23:21 +00:00

14 lines
360 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>