<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Oops!!</title>
<link rel="stylesheet" href="mainstyle.css">
<link rel="icon" type="image/x-icon" href="img/rat.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="basicbox">
<img src="img/ouch.gif">
<h2>This page does not exist!</h2>
<p>you should <a href="index.html">GO BACK HOME</a></p>
</div>
</body>
</html>