aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/index.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/index.erb b/views/index.erb
index c4365a5..ad2bf2d 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -6,5 +6,19 @@
</head>
<body>
<h1>Login</h1>
+
+ <form action="." method="post">
+ <div>
+ Username: <input type="text" name="username" />
+ </div>
+
+ <div>
+ Password: <input type="text" name="password" />
+ </div>
+
+ <div>
+ <input type="submit" value="Login" />
+ </div>
+ </form>
</body>
</html>