OTPSystem/pages/otp.html
2025-02-22 20:09:07 -06:00

45 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header></header>
<main>
<div style="position: relative; top: 10vw">
<form method="post">
<center>
<img width="300" height="200" src="https://static.vecteezy.com/system/resources/previews/022/719/488/non_2x/verification-otp-one-time-password-has-been-send-input-code-concept-illustration-flat-design-eps10-modern-graphic-element-for-landing-page-empty-state-ui-infographic-icon-vector.jpg">
<h1>Verification sent to <!-- PREFILL_EMAIL --></h1>
<p>Your code expires in 5 minutes. Click <a href="https://www.register.uwplattmc.com">here</a> to resend.</p>
<input type="hidden" name="verifEmail" id="email" value="<!-- PREFILL_EMAIL -->">
<label for="email">OTP Code (4 digits, 0000):</label>
<input type="number" name="verifOtp" id="otp">
<button type="submit">Submit</button>
<br>
<br>
</center>
</form>
<style>
button {
padding: 10px;
border-radius: 20px;
border: none;
background-color: #5aaa6d;
color: white;
font-size: 15px;
cursor: pointer;
}
</style>
</div>
</main>
</center>
<footer></footer>
</body>
</html>