2018-10-16 14:24:56 +10:30

15 lines
414 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles/stylesheet.css">
<link rel="stylesheet" href="styles/404.css">
<title>404</title>
</head>
<body>
<h1>404: Couldn't find the page you were looking for.</h1>
</body>
</html>