blob: 1e70bd64f1571ef3c04edca1fb2bc3e3e09d5de3 [file] [log] [blame]
<!DOCTYPE html>
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<html>
<body>
hello!
<form method=POST action="submit">
<input type="text" name="username" id="username"><br>
<input type="password" name="password" id="password"><br>
<input type="submit" value="submit" id="submit">
</form>
</body>
</html>