Feat. HTML form added

This commit is contained in:
Eoghan Conlon 2023-08-27 16:27:21 +01:00
parent 41c4e783d9
commit b24f055aa1

View file

@ -5,6 +5,15 @@
<title>Password recovery</title>
</head>
<body>
<h1>Password Recovery</h1>
<p>Please reset your password below</p>
<form id="reset">
<label for="pass1">Password</label>
<input type="password" id="pass1" name="password" /> <br />
<label for="pass2">Confirm</label>
<input type="password" id="pass2" name="confirm" /> <br />
<input type="submit" />
</form>
<footer>
UL Computer Society 2023-<span id="year">2023</span>
</footer>