budgeteer/templates/login.html
2016-11-23 22:07:53 +01:00

14 lines
341 B
HTML

<html>
<head><title>Login</title>
<body>
<form action="/api/v1/login?target=/" method="POST">
<label for="username">User</label>
<input type="text" name="username" /><br />
<label for="password">Password</label>
<input type="password" name="password" /><br />
<input type="submit">Login</form>
</form>
</body>
</html>