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

23 lines
505 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://cdn.pixabay.com/photo/2017/03/28/01/46/check-mark-2180770_960_720.png">
<h1>Account was successfully registered</h1>
<p>Please see the discord for more guidance</p>
</div>
</center>
</main>
<footer></footer>
</body>
</html>