分享一个极简的404页面模板 | 珊瑚贝

这个404页面提取自 @Tokin 的 iDevise 主题。分享一个极简的404页面模板

以下是全部代码:

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset=”UTF-8″ />
  5. <meta name=”viewport” content=”width=device-width, initial-scale=1″>
  6. <meta name=”robots” content=”none” />
  7. <title>404 Not Found</title>
  8. <style>
  9. *{font-family:”Microsoft Yahei”;margin:0;font-weight:lighter;text-decoration:none;text-align:center;line-height:2.2em;}
  10. html,body{height:100%;}
  11. h1{font-size:100px;line-height:1em;}
  12. table{width:100%;height:100%;border:0;}
  13. </style>
  14. </head>
  15. <body>
  16. <table cellspacing=”0″ cellpadding=”0″>
  17. <tr>
  18. <td>
  19. <table cellspacing=”0″ cellpadding=”0″>
  20. <tr>
  21. <td>
  22. <h1>404</h1>
  23. <h3>大事不妙啦!</h3>
  24. <p>你访问的页面好像不小心被博主给弄丢了~<br/>
  25. <a href=”/”>惩罚博主 ></a>
  26. </p>
  27. </td>
  28. </tr>
  29. </table>
  30. </td>
  31. </tr>
  32. </table>
  33. </body>
  34. </html>

来源:https://mkblog.cn/432/

微信公众号
手机浏览(小程序)
0
分享到:
没有账号? 忘记密码?