加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.51 KB
一键复制 编辑 原始数据 按行查看 历史
小奇 提交于 2022-03-17 02:36 . html
<!-- This source code comes from the Internet and is compiled and released by IEcraft.
It is only for learning and communication, not for commercial purposes. -->
<!-- www.iecraft.com -->
<!DOCTYPE html>
<html>
<head>
<!-- Info meta tags, important for social media + SEO -->
<title>北华大学-寝室小霸王-我的世界服务器</title>
<meta name="description" content="北华大学-寝室小霸王-我的世界服务器'.">
<meta property="og:title" content="北华大学-寝室小霸王-我的世界服务器">
<meta property="og:site_name" content="北华大学-寝室小霸王-我的世界服务器">
<meta property="og:description" content="北华大学-寝室小霸王-我的世界服务器'.">
<meta property="og:image" content="https://bybilly.uk/portal/img/minecraft.jpg">
<meta property="og:url" content="https://bybilly.uk/">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="css/stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="logo">
<!-- In the img folder, upload your logo -->
<!-- Make sure you name it 'logo.png' -->
<img src="img/logo.png" alt="MyServer logo">
</div>
<div class="items">
<!-- Replace # with your forum URL-->
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=b-1PC05bJKqtkHXiz8TnUOFWSMZP5ZiN&jump_from=webapi" class="item forums">
<div>
<img src="img/forums.png" alt="Minecraft QQ icon" class="img">
<p class="subtitle">加入我们</p>
<p class="title">QQ群</p>
</div>
</a>
</div>
<div class="playercount">
<!-- 请将下面的IP换为你自己的IP -->
<!-- 端口换为你自己的端口 -->
<!-- 此为默认效果 -->
<p>现有 <span class="sip" data-ip="mcjava.cyqi.top" data-port="15523">
0</span> 人在线 <span class="ip">mcjava.cyqi.top:15523</span>点击IP即可复制</p>
</div>
</div>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/1.11.2/jquery.min.js" type="text/javascript"></script>
<script src="js/firefly.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化