ctms/453.php
2025-04-10 23:19:13 +08:00

34 lines
1.2 KiB
PHP
Executable File

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无效访问!</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>From: <?php echo $_SERVER['HTTP_HOST'];?></h3></div>
<div class="panel-body">
<h5>You are viewing the
unreachable page or site!</h5>
<p><li>If you think this is a mistake here,</li></p>
<p><li>you can call me via these ways:</li></p>
<p><li>微信/QQ/钉钉: 18608981880</li></p>
<p><li>邮箱: fm453@lukegzs.com</li></p>
</div>
</div>
<?php //var_dump($_SERVER);?>
</div>
</body>
</html>