Added most basic auth

This commit is contained in:
Pablu23
2024-05-21 16:36:40 +02:00
parent 0904a1214e
commit 63ffb8df6e
10 changed files with 133 additions and 31 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<!--suppress CssUnusedSymbol -->
<html lang="en">
<head>
</head>
<body>
<form method="post" action="/login">
<label>
Secret
<input type="text" name="secret">
</label>
<input type="submit" value="Login">
</form>
</body>