1 Star 0 Fork 0

天天肺活量十十/dingdonges

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
503.php 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
天天肺活量十十 提交于 2017-05-12 23:49 . first
<!DOCTYPE html>
<html>
<head>
<?php
$config = include './myapp/Common/Conf/cache.php';
$title = $config['title'];
$title = $title ? $title : '系统';
?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
<!--<meta http-equiv="refresh" content="0.2;url=http://www.xuejiatong.com">-->
<title><?php echo $title . ' - '; ?>提示</title>
<style>
body {
color: #666;
text-align: center;
font-family: Helvetica, 'microsoft yahei', Arial, sans-serif;
margin:0;
margin:0 auto;
font-size: 14px;
}
h1 {
font-size: 56px;
line-height: 100px;
font-weight: normal;
color: #456;
}
h2 { font-size: 24px; color: #666; line-height: 1.5em; }
h3 {
color: #456;
font-size: 20px;
font-weight: normal;
line-height: 28px;
}
hr {
margin: 18px 0;
border: 0;
border-top: 1px solid #EEE;
border-bottom: 1px solid white;
}
a{
color: #17bc9b;
text-decoration: none;
}
</style>
</head>
<body>
<h1>503</h1>
<h3><?php echo $title; ?>提示:系统繁忙,请稍后再试.</h3>
<hr/>
<p>系统繁忙,请稍后再试, <a href="<?php echo __ROOT__ . '/'; ?>">点击这里</a> 回到首页.</p>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ruisen_huang/dingdonges.git
git@gitee.com:ruisen_huang/dingdonges.git
ruisen_huang
dingdonges
dingdonges
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385