HM-SPMS/web/nginx/html/loading.html

18 lines
763 B
HTML
Raw Normal View History

2026-01-06 04:47:40 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/login.css">
<script src="plugin/jquery-3.7.0.min.js"></script>
<title></title>
</head>
<body class="clearfix" style="text-align: center;background: transparent;">
<div style="margin-top:10%;">
<h1 style="font-size: 36px;color:#0069EB;font-weight: 600;">页面加载中...</h1>
<h5 style="font-size: 24px;color:#00469D;font-weight: 600;margin:25px 0 60px;">LOADING...</h5>
</div>
</body>
</html>