2023-11-04 16:46:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html><head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
2023-11-04 17:38:16 +00:00
|
|
|
<title>Error!</title>
|
2023-11-04 16:46:10 +00:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="headerbar">
|
|
|
|
<a href="/">HectaMail</a>
|
|
|
|
<a class="main" href="/register">Sign up</a>
|
2023-11-19 23:47:22 +00:00
|
|
|
<a href="/account">Account</a>
|
2023-11-04 16:46:10 +00:00
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1>Error!</h1>
|
|
|
|
<p1>Something went wrong on our end - the mail server could be down. Please try again later.</p1>
|
|
|
|
<div class=spacer2>
|
2023-11-19 11:59:26 +00:00
|
|
|
<button onclick="location.href = '/register';">Go Back</button>
|
2023-11-04 16:46:10 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body><style type="text/css"></style></html>
|