hectamail-website/signup/templates/num.html

21 lines
723 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">
<title>Email Account Registration</title>
<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="/accounts">Account</a>
2023-11-04 16:46:10 +00:00
</div>
<div class="content">
<h1>Error!</h1>
2023-11-16 07:47:17 +00:00
<p1>You can only have Alphanumerical characters and periods in your username!</p1>
2023-11-04 16:46:10 +00:00
<div class=spacer2>
<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>