sapiochat/pages/wronginfo.html

20 lines
625 B
HTML
Raw Normal View History

2023-02-21 02:10:41 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Wrong information</title>
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">
<div class="nav-wrapper">
<a class="home-link" href="/">Home</a>
</div>
<div class="wrong-info-content-wrapper">
<h1 class="wrong-info-title">Wrong Information</h1>
<p class="wrong-info-message">Please go back and try again. If you need to register; you may do so <a class="signup-link-land" href="/signup">here</a>
</div>
</div>
</body>
</html>