forked from Layaot/PrincipleWorkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.34 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.34 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
<!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="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="main">
<strong>
<p>
发现创意,创造原理。
</p>
<div id="mc">
<p>
Principle Community & Principle Creativity Developments Org.'s
</p>
<p id="st">
OFFICIAL WEBSITE
</p>
</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>