10 lines
254 B
PHP
10 lines
254 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>系统维护中</title>
|
|
</head>
|
|
<body>
|
|
<div style="text-align: center;line-height: 200px;margin: 100px auto;font-size: 41px;font-weight: bold;color: #aeaeae;">系统正在维护中......</div>
|
|
</body>
|
|
</html>
|