You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
456 B
PHP
16 lines
456 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?php Zc::W(WidgetConst::commonMeta);?>
|
|
</head>
|
|
<body>
|
|
<?php Zc::W(WidgetConst::commonHeader);?>
|
|
<div class="span12 center-block" style="margin-top: 100px;">
|
|
<div class="jumbotron lead" style="padding:40px;">
|
|
<p class="alert alert-danger ft_18" style="margin:0;">
|
|
内部服务器异常,攻城狮正在努力修复中,如有疑问请联系客服。
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|