2023-01-29 10:26:52 +08:00

16 lines
392 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{:config('web_site_title')}--{:config('web_site_seotitle')}</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>