keycloak-collective-portal/templates/index.html
decentral1se ed309544d3
All checks were successful
continuous-integration/drone/push Build is passing
First run at the keycloak login
2021-06-11 15:58:28 +02:00

9 lines
106 B
HTML

<html>
<head>
<title>Home</title>
</head>
<body>
<p>Hello, {{ user }}</p>
</body>
</html>