mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
19 lines
446 B
HTML
19 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Password Reset</title>
|
|
|
|
<form action="${ACTION_LINK_HTML}">
|
|
<label for="fname">First name: </label>
|
|
<input type="text" id="fname" name="fname"><br><br>
|
|
<label for="lname">Last name: </label>
|
|
<input type="text" id="lname" name="lname"><br><br>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |