MC 服务器 - 最佳游戏体验和友好的社区
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<title>MC 服务器 - 最佳游戏体验和友好的社区</title>
<style>
body {
background-color: #333;
color: white;
font-family: Arial, sans-serif;
}
h1 {
font-size: 48px;
text-align: center;
margin-top: 100px;
}
p {
font-size: 24px;
text-align: center;
margin-top: 50px;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #4CAF50;
color: white;
font-size: 20px;
border: none;
border-radius: 5px;
cursor: pointer;
margin-top: 50px;
}
.button:hover {
background-color: #3e8e41;
}
</style>
</head>
<body>
<h1>欢迎来到 MC 服务器</h1>
<p>我们提供最佳的游戏体验和最友好的社区。加入我们,一起探险吧!</p>
<a href='https://www.minecraft.net/' target='_blank' class='button'>现在加入</a>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/oR2s 著作权归作者所有。请勿转载和采集!