简单的404提示错误页面
<!DOCTYPE html> <html lang=en> <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Error 404</title> <style> *{margin:0;padding:0} html,body{font-size:14px;} html,code{font:12px arial,sans-serif;color:#112fae} html{background:#fff;color:#222;padding:15px} body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px} * > body{padding-right:205px} p{margin:11px 0 22px;overflow:hidden} ins{color:#777;text-decoration:none} a img{border:0} @media screen and (max-width:772px){ body{background:none;margin-top:0;max-width:none;padding-right:0} } #logo{margin-left:-5px} @media only screen and (min-resolution:192dpi){} @media only screen and (-webkit-min-device-pixel-ratio:2){ #logo{-webkit-background-size:100% 100%} } #logo{display:inline-block;height:54px;width:150px} p{line-height:180%;} div{font-size:11px;line-height:180%;} </style> <h4>404.</h4> <p><ins>Could not find your resource.</ins></p> <div>The requested URL <code id=code></code> was not found on this server. That’s all we know.</div> <script> document.getElementById('code').innerHTML=location.href </script>
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
2016-05-19 oracle 统计当前用户表的记录行数