fix: 增加limit 页面

This commit is contained in:
zhangds 2024-04-06 19:26:01 +08:00
parent 84f59a5551
commit d4402c5f98
1 changed files with 31 additions and 0 deletions

31
limit.html Normal file
View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>活动</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
.limit-message {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
padding: 10px;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="limit-message">
<p>活动过于火爆,请稍后再试。</p>
</div>
</body>
</html>