-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
56 lines (51 loc) · 2.1 KB
/
help.html
File metadata and controls
56 lines (51 loc) · 2.1 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
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/assets/css/onlinewebfonts.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/vno.css">
<link rel="stylesheet" type="text/css" href="/assets/css/iconfont.css">
<link rel="stylesheet" type="text/css" href="/assets/css/index.css">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="icon" href="/favicon.ico">
<title>ZeroOS主站</title>
<style>
#add {
display: flexbox;
background-color: rgb(0, 0, 0);
}
</style>
<div class="top-bar">
<div class="box-top">
<ul class="top-ui">
<li>
<a href="/"><img src="/assets/image/index black.png"></a>
</li>
<li>
<a href="#">主页</a>
</li>
<li>
<a href="https://support.qq.com/product/535687">反馈</a>
</li>
<li>
<a href="help.html">帮助</a>
</li>
<li>
<a href="about.html" target="_blank">关于</a>
</li>
</ul>
</div>
</div>
</head>
<body class="background">
<div class="fonts">
<h1 class="fonts">Zero OS帮助</h1>
<h2 class="fonts">什么是Zero OS</h2>
<p class="fonts">Zero OS是由烟熏炉_Smoker自制的系统,具体请看<a href="about.html">关于</a>页面.</p>
<h2 class="fonts">Zero OS开发历程</h2>
<p class="fonts">2023年3月24日:Zero OS正式开始开发</p>
</div>
</body>
</html>