oidc-vue-test/index.html

14 lines
353 B
HTML
Raw Normal View History

2025-01-25 02:23:43 +01:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2025-01-26 03:52:08 +01:00
<title>OIDC test web</title>
2025-01-28 19:50:17 +01:00
<link rel="stylesheet" type="text/css" href="styles.css">
2025-01-25 02:23:43 +01:00
</head>
<body>
<div id="app"></div>
2025-01-28 19:50:17 +01:00
<script type="module" src="src/main.ts"></script>
2025-01-25 02:23:43 +01:00
</body>
</html>