404.html 478 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>youngchief btw ツ</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. <link rel="icon" type="image/x-icon" href="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg">
  7. </head>
  8. <body>
  9. <h1><a href="index.html">youngchief btw ツ</a></h1>
  10. <hr />
  11. <div>
  12. <h1>
  13. 404 - File Not Found<br/>
  14. Go <a href=".">home</a>?
  15. </h1>
  16. </div>
  17. <hr />
  18. <footer>
  19. <p><a href=".">Home</a></p>
  20. </footer>
  21. </body>
  22. </html>