404.html 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!--欢迎加入域名公益网404公益项目-->
  2. <!-- 复制代码到你的网站中,可自由修改页面代码,如果能保留链接,我们会很感激-->
  3. <!-- 如果你有闲置域名请以cname的方式指向到DO.DNPW.ORG参与域名公益-->
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta charset="utf-8"/>
  8. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
  9. <title>404 Not Found</title><base target="_blank">
  10. <link type="text/css" rel="stylesheet" href="https://cdn.dnpw.org/project/404/0/common/404.css"/>
  11. </head>
  12. <body>
  13. <main><section class="collage-404">
  14. <h1>404</h1>
  15. <div class="collage-404-images">
  16. </div>
  17. </section><section class="message-404">
  18. <h1>页面不存在或已被删除</h1>
  19. <p>
  20. Oops,Page not found or deleted <a id="color-choice"></a>
  21. </p>
  22. </section>
  23. <div class="explore-cta">
  24. <div>
  25. <a href='/' target='_self' class="back">返回首页</a>
  26. <input class="color-range">
  27. </div>
  28. </div>
  29. </main>
  30. <script src="https://cdn.dnpw.org/project/404/0/common/404.js"></script>
  31. </body>
  32. </html>