blob: c1b902d6bce87e378be72344443d59699ca64284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<form>
<input id="subtest2" type="text" name="subtest2">
<button type="submit">Submit</button>
</form>
</body>
</html>
|