Initial commit
This commit is contained in:
16
run/errors/403.php
Normal file
16
run/errors/403.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>403 - Login required</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>403 - Login required</h2>
|
||||
|
||||
<form method="post" action="/403-login">
|
||||
<label>Login: <input type="text" name="login" required></label><br>
|
||||
<label>Password: <input type="password" name="password" required></label><br>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user