diff options
Diffstat (limited to 'motor/templates/login.html')
-rw-r--r-- | motor/templates/login.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/motor/templates/login.html b/motor/templates/login.html new file mode 100644 index 0000000..fd3a3de --- /dev/null +++ b/motor/templates/login.html @@ -0,0 +1,13 @@ +<html> +<head> + <title></title> +</head> +<body> +<form method="post" action""> + {% csrf_token %} + <input type="text" name="username"/> + <input type="password" name="password"/> + <button type="submit">Login</button> +</form> +</body> +</html> |