23 lines
752 B
HTML
23 lines
752 B
HTML
<!DOCTYPE html>
|
|
<html lang="en"><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Error!</title>
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
<script src="/static/js/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="headerbar">
|
|
<a class="a" href="/">CTAMail</a>
|
|
<a class="main a" href="/signup">Sign up</a>
|
|
<a class="a" href="/account">Account</a>
|
|
<button class="a right" onclick="toggleDarkMode()">Toggle Theme</button>
|
|
</div>
|
|
<div class="content">
|
|
<h1>Error!</h1>
|
|
<p1>Your CAPTCHA has expired! Please use the provided Go Back button instead of the back arrow!</p1>
|
|
<div class=spacer2>
|
|
<a class="button" href="/signup">Go Back</a>
|
|
</div>
|
|
</div>
|
|
</body></html>
|