Sellery/authenticate.html

15 lines
355 B
HTML
Raw Normal View History

2022-04-08 20:46:36 +02:00
<html>
<head>
<title>Authentication required</title>
</head>
<body>
<h1>Authentication required</h1>
<form action="/api--authenticate" method="POST">
<label for="password">Password</label>
<input type="password" id="password" name="password"></input>
<input type="submit" value="Submit">
</form>
</body>
</html>