-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
265 lines (247 loc) · 12.9 KB
/
index.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!--头部-->
<html lang="zh-CN">
<head>
<meta name="description"content="MCCU官网">
<meta charset="utf-8">
<title>MCCU官网</title>
<meta name="keywords"content="官网,开源,我的世界,Minecraft,MinecraftJava,小游戏,GitHub,Artalk,自建服务器,博客评论,博客自托管评论系统">
<link rel="shortcut icon" href="./images/favicon.ico">
<link rel="bookmark" href="./images/favicon.ico">
<link rel="stylesheet" type="text/css" href="./css.css">
<meta name="applicable-device" content="pc,mobile">
<script type="text/javascript" src="./JavaScript.js"></script>
<!--响应式设计-->
<link rel="stylesheet" href="style.css" media="(min-width: 851px)" type="text/css" />
<link rel="stylesheet" href="mobile.css" media="(max-width: 850px)" type="text/css" />
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b883ff563f9312078424097acef4af75";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!--弹窗
<div class="web_notice" style="position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 99999;">
<div style="position: fixed;top: 50%;left: 50%;width: 500px;background: #FFF;transform: translate(-50%, -50%);border-radius: 40px;padding: 20px 40px;">
<h3 style="font-weight: bold;text-align: center;font-size: 30px;"><span3>新年快乐</span3></h3>
<div style="font-size: 16px;margin-top: 26px;line-height: 30px;color: #000;"align="left"><div style="display:inline-block;" class="downtime"></div><br>庞玺桐的博客为不能放烟花的网友准备了线上烟花<br>大家快来体验吧!<a href="./page/Firework/a1025062.html"target="_blank">立刻体验>></a></div>
<a style="display: block;background: #0053AA;color: #FFF;text-align: center;font-weight: bold;font-size: 19px;line-height: 60px;margin: 0 auto;margin-top: 25px;border-radius: 32px;width: 80%;" onclick="javascript:document.querySelector('.web_notice').remove()">我知道了</a>
</div>
</div> -->
<!--span颜色注释-->
<style>
span {
color: #EDEDED;
}
span2 {
color: #EEFCA9;
}
span3 {
color: red;
}
span4 {
color: black;
}
span5 {
color: #D6B1A6;
}
span6 {
color: #E25DA9;
}
span7 {
color: #848484;
}
span8 {
color: #059CE5;
}
span9 {
color: #B8B8B8;
}
span10 {
color: #334555;
}
/*小方框 Small Bother,不是SB的中文意思*/
.sb{
border: 4px solid #317FFF;/*边框*/
padding-right:10px;/*左侧间距*/
padding-left:10px;/*右侧间距*/
padding-top:10px;/*上方间距*/
padding-bottom:10px;/*下方间距*/
box-shadow:0px 0px 10px 6px #E8E8E8 ;/*对外阴影*/
/* box-shadow:0px 0px 4px 0px #00EC72 inset; *//*对内阴影*/
border-top-left-radius: 20px;/*左上角圆角*/
border-top-right-radius:20px ;/*右上角圆角*/
border-bottom-left-radius:20px ;/*左下角圆角*/
border-bottom-right-radius:20px ;/*右下角圆角*/
width:900px;
margin:center
}
</style>
<!--复制链接-->
<script src="https://cdn.bootcdn.net/ajax/libs/clipboard.js/2.0.8/clipboard.min.js"></script>
<script>
function shareCopyUrl(that) {
var clipboard = new ClipboardJS(that);
clipboard.on('success', function (e) {
console.info('Text:', e.text);
e.clearSelection();
});
clipboard.on('error', function (e) {
// console.error('Action:', e.action);
// console.error('Trigger:', e.trigger);
});
// 处理第一次点击不成功
clipboard.onClick(event);
}
</script>
<!--固定顶部导航栏-->
<div class="top">
<center>
<ul><big>
<li><a href="#">Minecraft Communism Union
<li><a href="./index.html">首府厅</a></li>
<li><a href="./rules.html">规制堂</a></li>
<li><a href="./union.html">群主阁</a></li>
<li><a href="./talk.html"target="_blank">评论</a></li>
<li id="right"><a href="https://github.com/login/oauth/authorize?client_id=c4301c5a804c0bcc2ec1">通过GitHub登录</a></li></big>
</li>
</ul>
</center>
</div>
</head>
<!--身体-->
<body bgcolor="#fff">
<!--表头-->
<br>
<br>
<br>
<br>
<h1 align="center"><big><big><big><big>我的世界共产主义联盟</h1></big></big></big></big>
<br>
<!--概况-->
<p>
<table>
<tr align="center">
<td>
<h1 "align="center">1.19.2|生电服|养老生存</h1>
<a href="cn-nn-dx-3.natfrp.cloud:17938"target="_blank">域名1:cn-zz-bgp-2.natfrp.cloud:44240</a>
<button type="button">
<a href="javascript:;" onclick="shareCopyUrl(this)" data-clipboard-text="cn-zz-bgp-2.natfrp.cloud:44240">复制</a>
</button>
<br>
<a href="cn-zz-bgp-4.natfrp.cloud:16372"target="_blank">域名2:ngrok.xiaomiqiu123.top:38902</a>
<button type="button">
<a href="javascript:;" onclick="shareCopyUrl(this)" data-clipboard-text="ngrok.xiaomiqiu123.top:38902">复制</a>
</button>
<br>
<a href="cn-zz-bgp-4.natfrp.cloud:16372"target="_blank">域名3:cn-nn-dx-2.natfrp.cloud:12278</a>
<button type="button">
<a href="javascript:;" onclick="shareCopyUrl(this)" data-clipboard-text="cn-nn-dx-2.natfrp.cloud:12278">复制</a>
</button>
<br>
<a href="https://s.r.sn.cn/DQiqx5"target="_blank">官网:http://pangxitong.github.io/mccu/index.html</a>
<button type="button">
<a href="javascript:;" onclick="shareCopyUrl(this)" data-clipboard-text="http://pangxitong.github.io/mccu/index.html">复制</a>
</button>
<br><br>
<a href="http://minecraftcommunism.free.tryzth.com"target="_blank"><html xmlns:wb="http://open.weibo.com/wb"><script src="https://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script><wb:follow-button uid="7460136539" type="red_1" width="67" height="24" ></wb:follow-button>
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=LC6KPTkFQhzfupb4f9GJNqBfr6kNcYCD&jump_from=webapi&authKey=JmcW+Ft61Bu+va7EmwVLE9W7LwNKt+Nin5INjZqAOB7PPNC9j66HGq3/8Y73rsOz"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="MCCU" title="MCCU"></a>
<html xmlns:wb="http://open.weibo.com/wb"><script src="https://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script><wb:share-button addition="simple" type="button" default_text="这里有一个Minecraft Java1.19.2游戏服务器,大家加入和我们一起玩吧!" ralateUid="7460136539"></wb:share-button></a>
<br>
</p>
</td>
<td>
<p align="center">
<img src="./images/union.jpeg"width="256" height="256" />
</p>
</td>
</tr>
</table>
</p>
<br>
<p style="background-color:#fff"style="color:#FFF"align="center">
<table>
<center><a href="https://pangxitong.github.io/page/page2.html"target="_blank"><div class="bother">
<h1 align="left">做一件有意义的事  <small><small><small><small>(2023.1.9)</small></small></small></small></h1>
<p align="left">        我们可能忽略了一个事实,就是,过程通常比结果更美好,一段好的过程,通常都会带来一个好的结果,我们不妨利用自己的闲暇时间,去做一件有意义的事情,专心致志的去维护自己所选择的业余项目,并且坚持自己的梦想,为了你的梦想,不惜一切! <span8>点击阅读全文>></span8></p>
</div></a></center>
</table>
<br>
</p><br>
<!--思想-->
<br>
<table>
<tr align="center">
<td>
<h1 align="center">共产主义 · 先进思想</h1>
<p align="left"class="paragraph-left"style="width:512px;">
        共产主义是社会发展的最高阶段,也是全人类都向往的社会,我们希望在游戏中拟建立这个“乌托邦”。
<br>
<br>
        苏联曾经证明了,没有资本家,工人会过得很好;但是资本家还没能证明,没有工人,他能过得怎么样!
<br>
<br>
</p>
<table>
<tr align="center">
<td>
<p>
<img border="0" src="./images/communism.PNG"width="100" height="100" />
  
<img border="0" src="./images/union1.jpg"width="100" height="100" />
</p>
</td>
<td>
<p>
了解更多共产主义思想
<br>
<a href="https://baike.baidu.com/item/社会主义/296?fromModule=lemma_search-box"target="_blank">社会主义</a> 和 <a href="https://baike.baidu.com/item/共产主义?fromModule=lemma_search-box"target="_blank">共产主义</a>
<br>
<a href="https://baike.baidu.com/item/卡尔·马克思/158728?fromModule=lemma_search-box&fromtitle=马克思&fromid=161976"target="_blank">卡尔·马克思</a> 和 <a href="https://baike.baidu.com/item/弗里德里希·恩格斯/9939551?fromModule=lemma_search-box&fromtitle=恩格斯&fromid=159912"target="_blank">弗里德里希·恩格斯</a>
</p>
</td>
</tr>
</table>
</td>    
<td align="left"style="width:360px;">
<p align="left">        希望我们现在能一同建设社会主义社会,希望我们能在有生之年见到中国成为一个共产主义大国!<br>
<center><img border="0" src="./images/union1.jpg"width="300" height="300" /></center>
</td>
</tr>
</table>
<br>
<br>
<!--文章--><br><br>
<center><a href="./rules.html"target="_blank"><div class="bother"><h1 align="left">规制堂  <small><small><small><small>(2022年8月12)</small></small></small></small></h1>
<p align="left">        《服务器条款与条件、版权声明于隐私协议》此页面为服务器的基本制度和目标,包括组织性质、声明、版权、思想、规定、游戏内容和游戏限制等重要信息。希望所有玩家都能认真阅读并认真遵守<span8> 点击阅读全文>></span8></p>
</div></a></center><br><br><br>
<center><a href="./mccu/union.html"target="_blank"><div class="bother"><h1 align="left">群主阁  <small><small><small><small>(2022年10月16日)</small></small></small></small></h1>
<p align="left">        此页面为服务器联盟,是我们的友情链接,其中的服务器大都是此服务器成员的服务器,与此服务器为并列关系而不是附属关系<span8> 点击查看全部>></span8></p>
</div></a></center><br><br><br>
<center><a href="https://pangxitong.github.io/Support.html"target="_blank"><div class="bother"><h1 align="left">捐助我们  <small><small><small><small>(2023年2月14日)</small></small></small></small></h1>
<p align="left">        此页面为服主庞玺桐的个人博客的捐助页面,服务器的运行和维护完全由服主庞玺桐承担,捐助收入由服主庞玺桐所有<span8> 点击前往捐助>></span8></p>
</div></a></center><br><br><br>
<!--关注我-->
<p style="background-color:#222222"style="color:#FFF"align="center">
<br><br>
<table>
<h1 align="center"><span><big>感谢您的阅读</big></span></h1>
</table>
<br><br><br>
</p><br><br>
<!--评论-->
<br><div style="font-size:40px;">MCCU官网评论区</div><br><div style="font-size:20px;">支持Markdown语法、Latex语法、OwO表情语法和纯文本</div><br>
<!-- CSS -->
<link href="https://cdn.bootcdn.net/ajax/libs/artalk/2.4.4/Artalk.css" rel="stylesheet">
<!-- JS -->
<script src="https://cdn.bootcdn.net/ajax/libs/artalk/2.4.4/Artalk.js"></script>
<!-- Artalk -->
<include src="Arttalk.html"></include>
<br><br><div style="font-size:16px;">评论服务由庞玺桐的个人iMac上构建的自建Artalk服务器提供</div><br><br>
<!--底部导航栏-->
<include src="bottom.html"></include>
</body>
</html>