打开/关闭菜单
9
15
19
421
跨群系线铁路系统官方wiki站
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Test

来自跨群系线铁路系统官方wiki站
SS9G1145讨论 | 贡献2024年7月21日 (日) 13:07的版本

<!DOCTYPE html> <html lang="zh"> <head>

   <style>
       body {
           font-family: Arial, sans-serif;
           background-color: #f4f4f4;
           color: #333;
           margin: 0;
           padding: 0;
       }
       h1 {
           text-align: center;
           color: #3a3a3a;
           margin-top: 40px;
       }
       p {
           font-size: 18px;
           line-height: 1.6;
       }
       a {
           color: #007acc;
           text-decoration: none;
       }
       a:hover {
           color: #005fa3;
       }
       .button {
           display: inline-block;
           background-color: #007acc;
           color: white;
           padding: 10px 20px;
           text-align: center;
           text-decoration: none;
           border-radius: 5px;
           transition: background-color 0.3s;
       }
       .button:hover {
           background-color: #005fa3;
       }
       .links {
           display: flex;
           justify-content: space-around;
           flex-wrap: wrap;
           margin-top: 40px;
       }
       .link-item {
           width: calc(100% / 3 - 20px);
           margin-bottom: 20px;
           text-align: center;
       }
       @media (max-width: 768px) {
           .link-item {
               width: 100%;
           }
       }
   </style>

</head> <body>

欢迎来到跨系铁路局官方wiki网站!

电脑端未注册用户请点击网站右上角“创建账号”进行注册!手机端请点击左上角三条杠进行注册!已注册用户请登录!

   <a href="#" class="button">加入服务器</a>

</body> </html>