我的世界服务器 - 欢迎加入!
<!DOCTYPE html>
<html>
<head>
<title>我的世界服务器</title>
<style>
body {
font-family: Arial, sans-serif;
}
<pre><code>h1 {
color: #333;
}
p {
color: #666;
}
.server-info {
margin-top: 20px;
}
.server-info p {
margin-bottom: 10px;
}
</code></pre>
</style>
</head>
<body>
<h1>欢迎来到我的世界服务器</h1>
<div class="server-info">
<h2>服务器信息</h2>
<p>服务器地址:mcserver.example.com</p>
<p>服务器版本:1.16.5</p>
<p>在线人数:120/200</p>
</div>
<div class="server-rules">
<h2>服务器规则</h2>
<ul>
<li>请尊重其他玩家</li>
<li>禁止使用外挂</li>
<li>禁止刷物品</li>
</ul>
</div>
<div class="server-features">
<h2>服务器特色</h2>
<ul>
<li>多种游戏模式:生存、创造、冒险</li>
<li>自定义插件和MOD支持</li>
<li>定期举办活动和比赛</li>
</ul>
</div>
<div class="server-rules">
<h2>联系我们</h2>
<p>如果您有任何问题或疑问,请发送电子邮件至 <a href="mailto:contact@example.com">contact@example.com</a></p>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/pwFX 著作权归作者所有。请勿转载和采集!