内核更新,多余文件清理
This commit is contained in:
16
application/common/view/default/public/close.html
Normal file
16
application/common/view/default/public/close.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>SentCMS网站管理系统 - PowerBy TenSent</title>
|
||||
<style>
|
||||
body{font-family: "微软雅黑","Microsoft Yahei";}
|
||||
.close{border: 5px solid #efefef; padding: 30px; width: 300px; margin: 100px auto; text-align: center;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="close">
|
||||
本站已关闭!
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user