hectamail-website/templates/ok.html

20 lines
687 B
HTML
Raw Normal View History

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>Success!</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>
</div>
<div class="content">
<h1>Done!</h1>
<p1>Success! Add this to your favourite email program with the infomation noted on the main page!</p1>
<div class=spacer2>
<button onclick="window.location.replace('/')">Go to home</button>
</div>
</div>
</body><style type="text/css"></style></html>