2021-08-11 14:58:29 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh">
|
2022-11-17 12:45:27 +08:00
|
|
|
|
2021-08-11 14:58:29 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<title>DataEase</title>
|
2022-11-17 12:45:27 +08:00
|
|
|
<style>
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
margin: 0 !important;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-login-dynamic {
|
|
|
|
height: 100%;
|
|
|
|
background: url(./lic.png) no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: #000;
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: 500;
|
|
|
|
position: relative;
|
|
|
|
top: 130px;
|
|
|
|
}
|
|
|
|
</style>
|
2021-08-11 14:58:29 +08:00
|
|
|
</head>
|
2022-11-17 12:45:27 +08:00
|
|
|
|
|
|
|
|
2021-08-11 14:58:29 +08:00
|
|
|
<body style="height: 100%;">
|
2022-11-17 12:45:27 +08:00
|
|
|
|
|
|
|
<div class="no-login-dynamic">
|
|
|
|
<span>缺少许可</span>
|
|
|
|
</div>
|
2021-11-26 11:38:25 +08:00
|
|
|
|
2021-08-11 14:58:29 +08:00
|
|
|
</body>
|
2022-11-17 12:45:27 +08:00
|
|
|
<script>
|
|
|
|
document.getElementsByTagName("body")
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|