@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset = "utf-8">
+ <title>Login</title>
+ </head>
+ <body>
+ <form method = "POST">
+ <input type = "text" placeholder = "identifier"/>
+ <input type = "password" placeholder = "password"/>
+ <input type = "submit" value = "login"/>
+ </form>
+ </body>
+</html>