Files
new_haai/resources/views/admin/testlogin/index.blade.php
2021-12-31 13:24:44 +08:00

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>