aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.erb
blob: ff06792d0f743a021e39c23c478a4afaf1a52b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h1>Login</h1>

<form action="." method="post">
	<div>
		Username: <input type="text" name="username" />
	</div>
	
	<div>
		Password: <input type="password" name="password" />
	</div>
	
	<div>
		<input type="submit" value="Login" />
	</div>
</form>