Implemented simple authentication page
This commit is contained in:
14
authenticate.html
Normal file
14
authenticate.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user