You've already forked snikket-web-portal
14 lines
299 B
HTML
14 lines
299 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Snikket Web Portal</title>
|
|
</head>
|
|
<body>
|
|
<form method="POST" action="{{ url_for('login') }}" name="login">
|
|
<input type="text" name="address">
|
|
<input type="password" name="password">
|
|
<input type="submit" value="Login">
|
|
</from>
|
|
</body>
|
|
</html>
|