-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.41 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.41 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
<!DOCTYPE html>
<meta charset="utf-8" />
<head>
<title>Welcome Whoncxis's homepage</title>
<link rel="icon" href="128..ico" type="image/x-icon" />
<style type="text/css">
html{
height: 100%;
}
body{
margin: 0px;
height: 100%;
display: flex;
flex-direction: column;
}
p,h1,a{
text-align: center;
}
.content{
flex: 1;
}
</style>
</head>
<body>
<h1>WhoncxisMC</h1>
<p>这里是<abbr title="实际上Whoncxis是由这个名字扩写出来的,所以你所看到服务器标题的下方写着WNCX Welcome就是这么来的">WNCX</abbr>的mc服务器附带的<del>小黄页</del>小网页</p>
<br />
<p>其实也没什么可写的,<del>浮雾器</del>服务器的地址直接输入<abbr title="实际上你点进去还是会回来这里的"><a href="http://whoncxis.top">whoncxis.top</a></abbr>就行了</p>
<br />
<p>从2月28号开始,由于某些材料比较难获取,还有部分材料不可再生,为了更加简便且能更高效发展,<abbr title="当然是原版模组,纯净版的mc也能进,并不会要求安装mod">服务器开始使用模组。</abbr></p>
<a href="recipes/recipes.html">跳转合成页面</a>
<iframe src="table.html" frameborder="0" height="100%"></iframe>
<div class="content"></div>
<footer style="background-color: darkgrey; height: 50px" >
<p>©copyright 2021-2021 Whoncxis MCserver</p>
</footer>
</body>