16 lines
458 B
HTML
16 lines
458 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Login required</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form method="post" action="{{ url_for('login') }}">
|
||
|
<p>CIA NIGGERS GET OUT:
|
||
|
<p><input type="text" placeholder="Enter Username" name="user" id="user" maxlength="64" required/><br/>
|
||
|
<input type="password" placeholder="Enter Password" name="pass" id="pass" maxlength="1024" required/>
|
||
|
<p><input type="submit" value="Log in" name="submit"/>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|
||
|
|