keycloak-collective-portal/templates/index.html

9 lines
106 B
HTML
Raw Normal View History

2021-06-11 12:14:04 +00:00
<html>
<head>
<title>Home</title>
</head>
<body>
2021-06-11 13:58:28 +00:00
<p>Hello, {{ user }}</p>
2021-06-11 12:14:04 +00:00
</body>
</html>