📄 message.php
字号:
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<meta name="robots" content="index,follow">
<meta http-equiv="refresh" content="2;url=<?php echo $gotourl;?>">
<title>信息提示</title>
<style type="text/css">
body{ background: #333; color: #999;font:9pt/200% Verdana;}
a{text-decoration: none;color:#659B28}
a:hover{text-decoration: underline;}
img{border:0;}
</style>
</head>
<body><center>
<div style="padding:15px 60px;border:1px solid #666666;background:#3f3f3f ; text-align:center; margin:20% auto auto; width:550">
» 提示信息<br />
<?php echo $msg;?><br /><a href="<?php echo $gotourl;?>">如果您的浏览器没有自动跳转,请点击这里</a></div>
</center>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -