删除 More/t.php.bak

This commit is contained in:
2025-10-17 23:32:12 +08:00
committed by cssfw
parent 917d269c83
commit 1f5ac5e0ca
79 changed files with 13493 additions and 0 deletions

130
404.html Normal file
View File

@@ -0,0 +1,130 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>超值数字资产转让 - 限时特惠</title>
<style>
body {
font-family: 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 20px auto;
padding: 20px;
background: #f6f9fc;
}
.header {
text-align: center;
padding: 30px;
background: linear-gradient(135deg, #2c3e50, #3498db);
color: white;
border-radius: 15px;
margin-bottom: 25px;
}
.section {
background: white;
padding: 25px;
margin: 20px 0;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.server-node {
border-left: 4px solid #3498db;
padding: 15px;
margin: 15px 0;
background: #f8f9fa;
}
.price {
color: #e74c3c;
font-weight: bold;
font-size: 1.2em;
}
.badge {
display: inline-block;
padding: 5px 10px;
border-radius: 20px;
font-size: 0.9em;
margin: 5px;
}
.warning {
border: 2px solid #e74c3c;
padding: 15px;
border-radius: 8px;
background: #fff5f5;
}
.highlight {
color: #3498db;
font-weight: 600;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
}
</style>
</head>
<body>
<div class="header">
<h1>✉️ 超值数字资产转让 ✉️</h1>
<h3>📌【云端资源特惠专区】📌</h3>
</div>
<div class="section">
<h2>🔒 高防云服务器集群 🔒</h2>
<div class="grid">
<div class="server-node">
<h3>📍 中国·成都节点</h3>
<p>✅ 16核16G | 100G SSD</p>
<p>🛡️ 100Gbps防护 | 📶 20M/50M</p>
<p class="price">💰 特惠价80元</p>
<span class="badge" style="background:#e8f4fc">2025-05-17 到期 剩余约2个月</span>
</div>
<div class="server-node">
<h3>📍 中国·香港节点</h3>
<p>✅ 4核4G | 40G SSD</p>
<p>🛡️ 2Gbps防护 | 📶 7M独享</p>
<p class="price">💰 清仓价8.8元 (续费 25)</p>
<span class="badge" style="background:#ffeeba">2025-04-05 到期 剩余约1个月</span>
</div>
<div class="server-node">
<h3>📍 美国·纽约节点</h3>
<p>✅ 2核2G | 30G+80G双盘</p>
<p>🌐 100M带宽 | 🔢 3+5 IP</p>
<p class="price">💰 特惠价20元 (续费同价)</p>
<span class="badge" style="background:#d4edda">2025-04-23 到期 剩余约2个月</span>
</div>
</div>
</div>
<div class="section">
<h2>💻 精品源码资产包 💻</h2>
<div class="grid">
<div>
<p>🔖 OAuth认证系统 <span class="price">💰25元</span></p>
<p>🔖 Fuxsto Host系列</p>
<p style="padding-left:20px">V3工单版 💰25元<br>
V4 CMS版 💰20元<br>
V5数据库版 💰25元</p>
</div>
<div>
<p>🔖 技术文档系统 <span class="price">💰10元</span></p>
<p>🔖 Ruaka源码 <span class="price">💰15元</span></p>
<p>🔖 MyBT主机系统 <span class="price">💰5元</span></p>
<p>🔖 全套CSS/JS <span class="price">💰1元</span></p>
</div>
</div>
</div>
<div class="section warning">
<h3>⚠️ 重要提示 ⚠️</h3>
<p>1⃣ 支付方式:支付宝/微信<br>
2⃣ 售出概不退换<br>
3⃣ BUG终身维护<br>
4⃣ 同类别两件7折<br>
5⃣ 直接联系:📞 QQ 3220257676</p>
</div>
<div class="header" style="background:linear-gradient(135deg, #e74c3c, #f39c12);padding:15px">
<h2>🔥 限时特惠 先到先得 🔥</h2>
</div>
</body>
</html>