Files
LightOidc/de.srsoftware.oidc.web/src/main/resources/en/authorization.html
Stephan Richter 03a0ba139f renamed script
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-07-21 01:37:33 +02:00

13 lines
266 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>Light OIDC</title>
<script src="common.js"></script>
<script src="user.js"></script>
<script src="authorization.js"></script>
</head>
<body>
<h1>Authorization!</h1>
Not implemented, yet!
</body>
</html>