blob: a25180d892fef7eb11603ca863272f1465992b7d [file] [log] [blame]
<html>
<body>
<h1> Login page. </h1>
<form>
<div>
<label> Username: </label>
<input type = "text" autocomplete = "username"/>
<label> Password: </label>
<input type = "password" autocomplete = "current-password"/>
</div>
</form>
</body>
</html>