← All code files

404.html

A simple custom 404 page.

<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>404 — Not found</title></head>
<body style="font-family:system-ui;display:grid;place-items:center;height:100vh;margin:0;text-align:center">
  <div>
    <h1>404</h1>
    <p>That page doesn't exist. <a href="/">Go home</a>.</p>
  </div>
</body>
</html>

About this tool

A simple custom 404 page.

Ready-to-use 404.html — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.