Html form complete
This commit is contained in:
parent
29e5dd5f5e
commit
0dcdfdf628
1 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,16 @@
|
|||
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
|
||||
</head>
|
||||
<body>
|
||||
<form id="recovery">
|
||||
<label for="options">Options</label>
|
||||
<select id="options">
|
||||
<option value="" selected="selected">Please select an option</option>
|
||||
<option value="user">Username</option>
|
||||
<option value="pass">Password</option>
|
||||
</select> <br />
|
||||
<label for="value">Value</label>
|
||||
<input type="text" id="value" name="value" />
|
||||
</form>
|
||||
<footer>
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue