ctms/admins/404.html
2025-04-10 23:19:13 +08:00

32 lines
1.1 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404-访问出错!</title>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="//cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<style>
body{background-color:#000;color:#00ff00;}
.container{border-radius:5px;padding:20px;}
.panel{background:transparent;}
pre{background-color:#000;color:#00ff00;border:1px dashed #39ed15;}
</style>
<body >
<div class="container" style="margin-top:9%;">
<div class="panel panel-danger">
<div class="panel-heading"><h3>报错404</h3></div>
<div class="panel-body">
<h5>您访问的页面未找到!</h5>
<p><li>如果您认为这是某个程序问题,</li></p>
<p><li>您可以通过以下方式联系网站技术方:</li></p>
<p><li>微信/QQ/钉钉: 18608981880</li></p>
<p><li>邮箱: fm453@lukegzs.com</li></p>
</div>
</div>
</div>
</body>
</html>