Spaces:
Build error
Build error
File size: 789 Bytes
b11ac48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>SocioFillmore | Login</title>
</head>
<body>
<div class="bg-dark text-white m-5 p-5">
<form action="/check_password" method="post">
<label for="password-input">Please enter the password:</label>
<input type="password" name="password" id="password-input" class="form-control">
<input type="submit" class="btn btn-sm btn-light mt-1">
</form>
</div>
</body>
</html> |