Make sure all files that should be present are present.

This commit is contained in:
Storm Dragon
2024-10-17 16:33:13 -04:00
parent 9d78a3fbee
commit c615709602
1395 changed files with 1344591 additions and 0 deletions

View File

@ -0,0 +1,38 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>several combo boxes on one line</title>
</head><body>
<form>
<legend>This is the form legend.</legend><br>
<select name="day">
<option>please select day</option>
<option>mon</option>
<option>tue</option>
<option>wed</option>
<option>thu</option>
<option>fri</option>
<option>sat</option>
<option>sun</option>
</select>
<select name="month">
<option>please select month</option>
<option>jan</option>
<option>feb</option>
<option>mar</option>
<option>apr</option>
<option>may</option>
<option>jun</option>
<option>jul</option>
<option>aug</option>
<option>sep</option>
<option>oct</option>
<option>nov</option>
<option>dec</option>
</select>
<br>
<input type="submit">
</form>
</body></html>