15 lines
193 B
HTML
15 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.auth{
|
|
font-size: 18px;
|
|
text-align:center;
|
|
margin-top:30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="auth">无操作权限!</div>
|
|
</body>
|
|
</html> |