blob: d514e10357997ac0e99315ac796d727ee69bb867 (
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="index.php">
<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>
|