java-fpm / errors /404.html
w
1
560ee81
raw
history blame contribute delete
485 Bytes
<!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>