File size: 485 Bytes
560ee81 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style type="text/css">a {text-decoration: none}</style>
<style type="text/css">body {text-align: center}</style>
<title>Error - 404</title>
</head>
<body>
<img src="./sad.svg"/>
<br/>
<h2>Page not Found</h2>
<a href="https://github.com/richarvey" title="View my Github profile" style><img src="./github.svg" height="15px"/> Github</a>
</body>
</html>
|