-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
78 lines (68 loc) · 2.95 KB
/
Copy pathabout.html
File metadata and controls
78 lines (68 loc) · 2.95 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
<!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" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title> 关于 </title>
</head>
<body>
<header>
<div class="inner">
<h2 class="innerTitle">关于</h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>关于</h2>
<p>网站作者:Rayawa [<a href="https://github.com/Rayawa">GitHub</a>] | teddyxlandlee [<a href="https://github.com/teddyxlandlee">GitHub</a>]</p>
<p>免费建站服务:<a href="https://pages.github.com" target="_blank">Github Pages</a></p>
<p>网站主题:<a href="https://github.com/jasonlong/architect-theme" target="_blank">Architect Theme</a></p>
<h2 id="section">内容版权</h2>
<p>除非经过作者同意,否则不得将<strong>Pigeonia Featurehouse</strong>生成的内容用于任何目的,内容包括:</p>
<ul>
<li>模组中的网页内容</li>
<li>模组的源代码</li>
<li><strong>任何模组</strong>本身的文件或算法</li>
</ul>
</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>