Remove files that should be ignored based on .gitignore
This commit is contained in:
@ -1,38 +0,0 @@
|
||||
<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>
|
Reference in New Issue
Block a user