12 lines
290 B
HTML
12 lines
290 B
HTML
|
<html>
|
||
|
<head><title>LINKYLINKYLINKYLINKYLINKY</title></head>
|
||
|
|
||
|
<body>
|
||
|
Login:
|
||
|
<form method="post" action="/login">
|
||
|
<input type="password" id="password" name="password"/>
|
||
|
<input type="submit" value="Submit/>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|