-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (52 loc) · 1.71 KB
/
index.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
93
94
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>轻舟</title>
<meta charset="utf-8">
<meta name="description" content="Vue.js - The Progressive JavaScript Framework">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- main page styles -->
<link rel="stylesheet" href="../layui/page.css" >
<!-- this needs to be loaded before guide's inline scripts -->
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script>
Vue.config.productionTip = false
window.PAGE_TYPE = "guide"
</script>
</head>
<body class="docs">
<div id="mobile-bar" >
<a class="menu-button"></a>
<a class="logo" href="/"></a>
</div>
<div id="header">
<a id="logo" href="/">
<img src="../img/logo.png" alt="logo">
<span>轻舟</span>
</a>
<ul id="nav">
<li>
<!-- <form id="search-form">
<input type="text" id="search-query-nav" class="search-query st-default-search-input">
</form> -->
</li>
<li>
<a href="../addSource.html" target="_blank" class="nav-link team">源制作工具</a>
</li>
<li>
<a href="../addRssSource.html" target="_blank" class="nav-link team">RSS源工具</a>
</li>
<li><a href="../document" target="_blank" class="nav-link contribute">源制作教程</a></li>
</ul>
</div>
<div class="content guide with-sidebar index-guide" style="text-align:center">
<img src="../img/logo.png" width="100px" height="100px" alt="logo">
<h1>轻舟</h1>
<p>轻舟是一个可自定义源的网站客户端app</p>
<p>通过配置不同规则,可以订阅各种互联网服务</p>
</div>
</div>
</div>
</div>
</body>
</html>