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

22 lines
709 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header></header>
<main>
<center>
<div style="position: relative; top: 10vw">
<img width="200" height="200" src="https://static.vecteezy.com/system/resources/previews/017/178/222/non_2x/round-cross-mark-symbol-with-transparent-background-free-png.png">
<h1>Account has failed registration</h1>
<p>This could be due to an incorrect email or an invalid/expired code. Contact an admin for support.</p>
<p>Click <a href="http://www.register.uwplattmc.com">here</a> to retry</p>
</div>
</center>
</main>
<footer></footer>
</body>
</html>