15 lines
381 B
HTML
15 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Wrong info</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div class="whole-wrapper">
|
|
<h1 class="wrong-info-message">Wrong Information entered; please try again.</h1>
|
|
<a class="back-home" href="/">Go Back to the Landing Page.</a>
|
|
</div>
|
|
</body>
|
|
</html>
|