forked from Layaot/PrincipleWorkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocsindex.html
More file actions
41 lines (40 loc) · 1.44 KB
/
docsindex.html
File metadata and controls
41 lines (40 loc) · 1.44 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>文档 | Principle Creativity</title>
<link rel="stylesheet" type="text/css" href="resources/main.css">
<link rel="stylesheet" type="text/css" href="resources/docsindex.css">
<link rel="shortcut icon" href="resources/res/ico.png" type="image/x-icon">
</head>
<body>
<div class="all">
<div class="icon"><a href="index.html">
<img src="resources/res/principlh1.png" alt="PrincipleLOGO">
</a>
</div>
<div class="titlebar">
<ul class="list">
<strong><li><a href="index.html">主页</a></li><li><a href="#">关于</a></li><li><a href="works.html">作品</a></li><li><a href="PRINCIPLE-NORMAL-LICENSE.html">许可证</a></li><li><a href="docsindex.html">文档</a></li></strong>
</ul>
</div>
<div class="docsbody">
<h1>你好!这是文档索引界面。</h1>
<h2>你可以在这里找到你需要的文档。</h2>
<div class="listbody">
<strong><ul>
<a href="resources/docs/Principle社区法v2.pdf"><li>Principle社区法v2</li></a>
</ul></strong>
</div>
</div>
<div class="bottom">
<p>
Copyright© 2022—2023 Principle Creativity Development Org., Principle Community
</p>
<p>
版权所有© 2022—2023 Principle创意开发者组织,Principle社区保留所有权利
</p>
</div>
</div>
</body>
</html>