24 lines
611 B
PHP
24 lines
611 B
PHP
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<header></header>
|
|
<main>
|
|
<form method="post">
|
|
<h1>Verification sent to <!-- PREFILL_EMAIL --></h1>
|
|
<p>Your code expires in 5 minutes. Click <a>here</a> to resend.</p>
|
|
<input type="hidden" name="verifEmail" id="email" value="<!-- PREFILL_EMAIL -->">
|
|
<label for="email">OTP Code:</label>
|
|
<input type="number" name="verifOtp" id="otp">
|
|
<button type="submit">Submit</button>
|
|
<br>
|
|
<br>
|
|
</form>
|
|
</main>
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|