-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindx.html
More file actions
102 lines (102 loc) · 5.02 KB
/
windx.html
File metadata and controls
102 lines (102 loc) · 5.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>风之海中国区</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header> <a href="">
<h4 class="logo">WindX </h4>
<h4 class="logo"> </h4>
</a>
<nav>
<ul>
<li><a href="#hero">主页 </a></li>
<li><a href="#about">关于 </a></li>
<li> <a href="#contact">联系 </a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<iframe style="width: 700px;height: 400px;" src="https://www.bilibili.com/blackboard/live/live-activity-player.html?cid=1546736&quality=0" frameborder="no" framespacing="0" scrolling="no" allow="autoplay; encrypted-media" allowfullscreen="true"></iframe>
<section class="hero" id="hero">
<h2 class="hero_header"> <span class="light">风之海小游戏服务器</span></h2>
<p class="tagline">皆在于享用开服工具2.0 </p>
</section>
<!-- About Section -->
<section class="about" id="about">
<h2 class="hidden">About</h2>
<p class="text_column">你说得对,但是 网络游戏开服工具(即Apollo)由《我的世界》官方推出,用于制作基岩版网络游戏。 为了更好的提高开发者们的开发效率,全新升级的网络游戏开服工具2.0添加了Spigot支持,开发者们可以使用Spigot开发基岩版网络游戏。 本次升级后的网络游戏开服工具2.0更新了下列技术,可以有效提升开发者的创作体验 </p>
<p class="text_column">你说得对,但是 Apollo是用于开发和部署我的世界PE版网络游戏服务器集群的工具。集成功能插件、负载均衡、集群管理、运营指令等功能于一体。使开发者只需专注于MOD业务逻辑,开发更多玩法组件,为我的世界的创新拓展带来更多可能 </p>
<p class="text_column">你说得对,但是你的素养很差,现在我每天玩WindX风之海能赚150SQ币,一个月下来就是5000SQ币,这么算下来,折合成现金也有5000美元,相当于阿美莉卡一个月的收入,这就是玩风之海带给我骄傲的资本 </p>
</section>
<!-- Stats Gallery Section -->
<div class="gallery">
<div class="thumbnail">
<h1 class="stats">114+ </h1>
<h4>服务器开发时长 </h4>
<p>这是我们的骄傲 </p>
</div>
<div class="thumbnail">
<h1 class="stats">514+ </h1>
<h4>受到好评的次数 </h4>
<p>我们不会辜负您的期待 </p>
</div>
<div class="thumbnail">
<h1 class="stats">1919+</h1>
<h4>在线玩家人数 </h4>
<p>和众多玩家一起体验 </p>
</div>
<div class="thumbnail">
<h1 class="stats">810+</h1>
<h4>封建外挂人数 </h4>
<p>我们对不合法游戏 </p>
</div>
</div>
<!-- Parallax Section -->
<section class="banner">
<h2 class="parallax">无需多言! </h2>
<p class="parallax_description">风带来新的故事,使时间发芽</p>
</section>
<!-- More Info Section -->
<footer>
<article class="footer_column">
<h3>特色 </h3>
<p> </p>
<img src="images/1.png" width="400" height="200" alt=""/>
<p>我们包含了许多时髦的小游戏,起床战争,空岛战争, 占山为王,水晶乱斗,java版生存等特色玩法! </p>
</article>
<article class="footer_column">
<h3>定位</h3>
<p> </p>
<img src="images/2.png" width="400" height="200" alt=""/>
<p>我们使用开服工具2.0,是《我的世界》中国版最优秀的小游戏服务器,我们拒绝外挂! </p>
</article>
</footer>
<!-- Footer Section -->
<section class="footer_banner" id="contact">
<h2 class="hidden">Footer Banner Section </h2>
<div class="button"><a href="https://ys.mihoyo.com">加入我们! </a></div>
</section>
nbsp;
<!-- Copyrights Section -->
<div class="copyright">©2023- <strong>风之海</strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>