You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
684 B

<html>
<head>
<title>Light OIDC</title>
<script src="config.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1>Login</h1>
<form id="login">
<fieldset>
<legend>User credentials</legend>
<label>
Username
<input type="text" name="username" />
</label>
<label>
Password
<input type="password" name="password" />
</label>
<button type="button" onClick="tryLogin()">Login</button>
</fieldset>
</form>
<div id="error"></div>
</body>
</html>