19 lines
401 B
HTML
19 lines
401 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<header></header>
|
|
<main>
|
|
|
|
<h1>Account has failed registration</h1>
|
|
<p>This could be due to an incorrect email or an invalid/expired code. Contact site admin Evan for any difficulties.</p>
|
|
<p>Click <a>here</a> to retry</p>
|
|
|
|
</main>
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|