-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (115 loc) · 4.85 KB
/
Copy pathindex.html
File metadata and controls
125 lines (115 loc) · 4.85 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!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">
<h2> 烤地瓜模组 </h2>
<hr />
<table>
<tbody>
<tr>
<td><a href="/spm/desc.html"><img src="/static/images/icon/desc.png" alt="Description" /></a></td>
<td><a href="/spm/desc.html">烤地瓜模组介绍</a> <br /> 农业与魔法的完美结合! </td>
</tr>
<tr>
<td><a href=""><img src="/static/images/icon/gallary.png" alt="Description" /></a></td>
<td><a href="/spm/gallary.html">烤地瓜模组画廊</a> <br /> 查看模组所有内容的实际效果。 </td>
</tr>
<tr>
<td><a href="/spm/wiki/"><img src="/static/images/icon/wiki.png" alt="Wiki" /></a></td>
<td><a href="/spm/wiki/">烤地瓜模组百科</a> <br /> 烤地瓜模组Wikipedia! </td>
</tr>
</tbody>
</table>
<h2> 联动模组 </h2>
<hr />
<table>
<tbody>
<tr>
<td><a href="https://github.com/Shurlin/Shurlin"><img src="/static/images/icon/sl.png" alt="Shurlin" /></a></td>
<td><a href="https://github.com/Shurlin/Shurlin">仙灵</a> <br /> Garay Shurlin 开发的修仙模组 </td>
</tr>
</table>
<h2> Pigeonia联动标准 </h2>
<hr />
<table>
<tbody>
<tr>
<td><a href="/pigeonia-linkage-standard/"><img src="/static/images/icon/link.png" alt="Linkage" /></a></td>
<td><a href="/pigeonia-linkage-standard/">联动标准</a> <br /> Pigeonia联动模组标准 </td>
</tr>
</table>
</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" /> 中文首页 </a></li>
<li> <a href="/en/" ><img src="/static/images/us.png" /> English Home Page </a></li>
<br/>
<li>烤地瓜模组</li>
<ul>
<li><a href="/spm/desc.html" >模组介绍</a></li>
<li><a href="/download.html">下载链接</a></li>
<li><a href="/spm/gallary.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>