Html form complete

This commit is contained in:
eoghan.conlon 2023-08-08 18:07:43 +01:00
parent 29e5dd5f5e
commit 0dcdfdf628

View file

@ -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>