fixed script execution order

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-09-30 15:59:24 +02:00
parent 9ea6148583
commit 8c62d6be68
15 changed files with 7 additions and 17 deletions

View File

@@ -0,0 +1,18 @@
<html>
<head>
<meta charset="utf-8">
<title>Light OIDC</title>
<script src="scripts/common.js"></script>
<script src="scripts/user.js"></script>
<script src="scripts/index.js"></script>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav></nav>
<div id="content">
<h1 id="welcome">Willkommen, {}!</h1>
<h3 id="client_hint" style="display: none">Dies sind die von Ihnen autorisierten Clients:</h3>
</div>
</body>
</html>