blob: 6aef54b2a6c26ea5d6a6c7ad0f7afaa4e2d6ae8a [file] [log] [blame]
<!DOCTYPE html>
<!-- Copyright 2016 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="printPostData">
<input type="text" name="username" id="username"><br>
<input type="text" name="otherstuff" id="otherstuff"><br>
<input type="text" name="morestuff" id="morestuff"><br>
<input type="submit" value="Submit" id="submit">
</form>
</body>
</html>