summaryrefslogtreecommitdiff
path: root/app/v2_java/WebContent/login.html
blob: a24ea4b42acca6ea2f349f72127afed17953733e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
</head>

<body>
<form method="POST" action="./api/login">
	<div class="form_line">
		<label name="mail">mail</label>
		<input type="text" name="mail"></input>
	</div>
	<div class="form_line">
		<label name="password">password</label>
		<input type="text" name="password"></input>
	</div>
	<div class="form_line">
		<input type="submit" />
	</div>
</form>
</body>
</html>