376chan/pages/wrongInfo.html

16 lines
395 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Try Again.</title>
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">
<h1 class="error-content">Wrong username and/or password. <br/><br/>
Please try again.</h1><br/><br/>
<a class="return-link" href="/">Return home.</a>
</div>
</body>
</html>