Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created February 9, 2019 13:29
Show Gist options
  • Save cx0der/d599e2aa73f394c505c7818736b8275a to your computer and use it in GitHub Desktop.
Save cx0der/d599e2aa73f394c505c7818736b8275a to your computer and use it in GitHub Desktop.
Simple 404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not Found</title>
</head>
<body>
<h1>Resource not found on this server.</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment