Files
LightOidc/de.srsoftware.oidc.web/src/main/resources/de/logout.html
Stephan Richter 358fe1099b html/css work
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-08-05 01:28:16 +02:00

12 lines
333 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>Light OIDC</title>
<script src="scripts/common.js"></script>
<script src="scripts/logout.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="content">Sie werden abgemeldet…</div>
</body>
</html>