Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created February 9, 2019 13:29
Embed
What would you like to do?
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