-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtry.html
More file actions
102 lines (93 loc) · 3.35 KB
/
Copy pathtry.html
File metadata and controls
102 lines (93 loc) · 3.35 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>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/static/css/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/static/css/print.css" media="print" />
<title> 主页 - Pigeonia Featurehouse </title>
</head>
<body>
<header>
<div class="inner">
<h2 class="innerTitle"> Pigeonia Featurehouse 主页 </h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<!--<script>
(()=>{
let lan = window.localStorage.language;
if (lan) {
if (lan === 'zh') {
window.location.replace("/");
}
} else {
let hasZh = window.navigator.language.startsWith('en');
let hasOther = false;
if (!hasZh) {
for (let str of window.navigator.languages) {
if (str.startsWith('en')) {
hasZh = true;
} else if (!str.startsWith('zh')) {
hasOther = true;
}
}
if (!hasZh || hasOther) {
window.location.replace("/");
}
}
}
})();
</script>-->
<section id="main-content">
<div class="load-page-content"><div class="mw-parser-output"><table class="navbox hlist collapsible">
<tbody><tr>
<th class="navbox-top" colspan="2"><span class="navbox-title"><a href="/Category:%E7%8E%AF%E5%A2%83" title="Category:环境">方块</a></span>
</th></tr>
<tr>
<th>功能性方块
</th>
<td>
<a href="/%E9%AB%98%E5%BA%A6" title="Magic Cube"></a><span class="nowrap"><img src="/static/images/wiki/icon/magic_cube.png" alt="Magic Cube" width=16 height=16 /></span>
</td>
<td><span class="sprite-text"> Magic Cube</span>
<br />
<a href="/%E7%94%9F%E7%89%A9%E7%BE%A4%E7%B3%BB" title="生物群系"><span class="nowrap"><span class="sprite" style="background-image:url(/media/5/54/EnvCSS.png?version=20210120043415);background-position:-128px -16px"></span><span class="sprite-text">生物群系</span></span></a>
</td></tr>
</tbody></table>
</div></div>
</section>
<aside id="sidebar">
<a href="https://github.com/Featurehouse" class="link" target="_blank">
<div style="background-image: url(https://github.com/favicon.ico);"></div>
GitHub
</a>
<ul>
<li><a href="/" ><img src="/static/images/cn.png"></img> 中文首页 </a></li>
<li> <a href="/en/" ><img src="/static/images/us.png"></img> English Home Page </a></li>
<br/>
<li>烤地瓜模组</li>
<ul>
<li><a href="/spm/desc.html" >模组介绍</a></li>
<li><a href="/spm/wiki/" >模组维基百科</a></li>
</ul>
<br/>
<li>其它</li>
<ul>
<li><a href="https://github.com/Shurlin/Shurlin/" >仙灵模组</a></li>
<li><a href="/pigeonia-linkage-standard/" >Pigeonia联动标准</a></li>
<li><a href="/about.html" >关于</a></li>
</ul>
<br/>
</ul>
<!--p></p>
<p></p>
<p style="font-size: smaller; position: absolute;bottom:0;margin-bottom:0;opacity: 0.8">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/architect-theme">Architect theme</a></p-->
</aside>
</div>
</div>
</body>
</html>