<!DOCTYPE html>
<html lang="en">
<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">
<title>404 Not Found</title>
<style>
body {
font-family: sans-serif;
color: black;
text-align: center;
font-size: 1.25rem;
}
h1 a {
text-decoration: none;
color: black;
}
a {
color: #0366d6;
}
</style>
</head>
<body>
<h1>404</h1>
<p>Content was not found.</p>
</body>
</html>