404.html 379 B

12345678910
  1. <!DOCTYPE html>
  2. <html class="dark">
  3. <meta charset="utf-8">
  4. <title>404: Not Found</title>
  5. <link rel="stylesheet" href="/assets/error/style.css">
  6. <h1>404: Requested Page was not found.</h1>
  7. <div class="error-image" style="background-image: url(/assets/error/error-2.svg)"></div>
  8. <p>Sorry, but the Phoenix is not able to find your page. Try checking the URL for errors.</p>
  9. </html>