Added most basic auth
This commit is contained in:
16
internal/view/Views/login.gohtml
Normal file
16
internal/view/Views/login.gohtml
Normal 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>
|
||||
Reference in New Issue
Block a user