Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404.html 198B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{template#head}}
  5. </head>
  6. <body>
  7. {{template#body}}
  8. <div class="container">
  9. <div class="title">404 not found.</div>
  10. {{env#url}}
  11. </div>
  12. </body>
  13. </html>