mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
9 lines
177 B
HTML
9 lines
177 B
HTML
<html>
|
|
<body>
|
|
<form action="reload_post.html" method="post">
|
|
<input name="a" value="b">
|
|
<input id="mysubmit" type="submit" name="Submit" value="Submit">
|
|
</form>
|
|
</body>
|
|
</html>
|