Add resource provider queries

This commit is contained in:
phil 2025-01-28 19:50:17 +01:00
parent 5b6edf8aa3
commit 025a7da07f
6 changed files with 107 additions and 31 deletions

View file

@ -4,9 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OIDC test web</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="src/main.ts"></script>
</body>
</html>