Files
snikket-web-portal/snikket_web/templates/login.html
2020-02-29 12:37:56 +01:00

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>