forked from filecxx/FileCentipede
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
92 lines (85 loc) · 3.17 KB
/
documentation.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>文件蜈蚣 - 文档</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../style/base.css">
<style>
li{
font-size: 16px;
padding: 4px 8px 4px 8px;
}
</style>
</head>
<body>
<div class="central">
<div class="nav">
<div class="links_">
<a class="tool_button home_" href="index.html">主页</a>
<a class="tool_button download_" href="index.html#downloads">下载</a>
<a class="tool_button description_" href="index.html#description">描述</a>
<a class="tool_button features_" href="index.html#features">特性</a>
<a class="tool_button screenshot_" href="index.html#screenshot">截图</a>
<a class="tool_button user_reviews_" href="index.html#user_reviews">用户评价</a>
<a class="tool_button documentation_" href="documentation.html">文档</a>
</div>
</div>
<div class="header">
<div class="top_">
<a href="http://filecxx.com" class="logo_"></a>
<div class="name_">
<h1><a href="http://filecxx.com">文件蜈蚣</a></h1>
<div class="text_"> - Since 2022</div>
</div>
<div class="languages_">
<div class="current_">简体中文</div>
<div class="items_">
<a class="item_" href="../en_US/index.html">English</a>
<a class="item_" href="../zh_CN/index.html">简体中文</a>
<a class="item_" href="../ru_RU/index.html">Русский</a>
</div>
</div>
</div>
</div>
<div class="body">
<div class="section">
<h1>文档</h1>
</div>
<div class="section">
<ul>
<li>
<a href="documentation/browser_integration.html">浏览器扩展</a>
</li>
<li>
<a href="documentation/create_address.html">创建地址</a>
</li>
<li>
<a href="#">API</a>
</li>
<li>
<a href="https://github.com/filecxx/FileCentipede/issues">Q&A</a>
</li>
<li>TODO:</li>
</ul>
</div>
</div>
<div class="footer">
<div class="copyright_">
<span>No copyright © 2022</span>
<div class="email_">
<b>EMAIL:</b>
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
</div>
<div class="contact_">
<a target="_blank" href="https://twitter.com/namelessitguy">Twitter</a>
</div>
</div>
</div>
</div>
<script src="../script/base.js"></script>
</body>
</html>