This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
CTAMail/templates/badpassword.html

23 lines
689 B
HTML
Raw Normal View History

2024-05-03 17:55:17 +01:00
<!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="a" href="/signup">Sign up</a>
<a class="main a" href="/account">Account</a>
<button class="a right" onclick="toggleDarkMode()">Toggle Theme</button>
</div>
<div class="content">
<h1>Error!</h1>
<p1>Your password is incorrect!</p1>
<div class=spacer2>
<a class="button" href="/account">Go Back</a>
</div>
</div>
</body></html>