Anarchy_Streaming/pages/wronginfo.html
2023-02-19 02:17:39 -05:00

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>