2020-10-21 17:20:18 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-11-13 17:24:58 +08:00
|
|
|
<style>
|
|
|
|
.auth{
|
|
|
|
font-size: 18px;
|
|
|
|
text-align:center;
|
|
|
|
margin-top:30px;
|
|
|
|
}
|
|
|
|
</style>
|
2020-10-21 17:20:18 +08:00
|
|
|
</head>
|
2020-11-13 17:24:58 +08:00
|
|
|
<body>
|
|
|
|
<div class="auth">无操作权限!</div>
|
2020-10-21 17:20:18 +08:00
|
|
|
</body>
|
|
|
|
</html>
|