Child: [r24] (diff)

Download this file

test.html    25 lines (22 with data), 610 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
</head>
<body>
<form action="http://acme.com/CodeQuality.java?method=test&experience=12" method="post">
<br>
<select name="Options">
<option>None</option>
<option selected="selected">Standard</option>
<option>Custom</option>
</select>
<br>
Path where source files are located<br>
<input name="CustomWallPaper" accept="image/*" type="file"
width="330"> <br>
<br>
<br>
<br>
<input value="Create SPDX" name="SubmitButton" type="submit">
</form>
</body>
</html>