Feat. HTML form added
This commit is contained in:
parent
41c4e783d9
commit
b24f055aa1
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue