keycloak-oidc-vite-express/client/index.html
2025-11-30 17:04:07 +01:00

12 lines
305 B
HTML

<!doctype html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Keycloak OIDC Demo</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>