-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 968 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (35 loc) · 968 Bytes
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
<!doctype html>
<html lang="zh-Hans">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>担保人 · 规格</title>
<style>
body {
font: 16px/1.6 -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
background: #0a0a0a;
color: #f4f4f2;
max-width: 40rem;
margin: 12vh auto;
padding: 0 1.2rem;
}
a {
color: #3dff7a;
}
p {
opacity: 0.8;
}
</style>
</head>
<body>
<h1>本仓只留规格</h1>
<p>旧博客源码已撤。公开产品是《担保人》。</p>
<p>
<a href="https://github.com/CrepuscularIRIS/CrepuscularIRIS.github.io/blob/docs/docs/spec/guarantor.md">产品需求</a>
·
<a href="https://github.com/CrepuscularIRIS/CrepuscularIRIS.github.io/blob/docs/docs/design/DESIGN.md">视觉 token</a>
·
<a href="https://github.com/CrepuscularIRIS/CrepuscularIRIS.github.io/blob/docs/docs/GOAL.md">目标</a>
</p>
</body>
</html>