-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 2.07 KB
/
index.html
File metadata and controls
57 lines (56 loc) · 2.07 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
57
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>星标 - 站点灯塔</title>
<meta name="description" content="星标,一个简洁易用的书签管理工具,珍藏你的网络星标,随时重温精彩内容。">
<meta name="keywords" content="书签, 收藏, 网址, 导航, 管理, 快速访问, 星标">
<meta name="author" content="Momoooc">
<link rel="icon" href="web_conf/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="web_conf/style.css" />
<meta property="og:type" content="website">
<meta property="og:title" content="星标 - 珍藏你的网络星标">
<meta property="og:description" content="星标,一个简洁易用的书签管理工具,珍藏你的网络星标,随时重温精彩内容。">
<meta property="og:url" content="https://www.125925.xyz/">
<meta property="og:image" content="https://www.125925.xyz/web_conf/favicon.ico">
</head>
<body>
<div class="frosted-glass" id="gesture-indicator"></div>
<div id="content">
<div class="search_part">
<a class="logo">
<img class="smaller" src="web_conf/logo.png" />
</a>
<form onsubmit="return baiduSearch()" class="search_bar" title="搜索">
<button
type="button"
onclick="baiduSearch()"
id="search_submit"
value=""
aria-label="搜索"
>
<div class="search icon"></div>
</button>
<span>
<input
class="search"
onfocus="showButton()"
onblur="hideButton()"
type="text"
value=""
autocomplete="off"
id="search_input"
title="搜索"
/>
</span>
</form>
</div>
<div id="bookmark_part">
<div id="box_container"></div>
</div>
<script src="web_conf/data.js"></script>
<script src="web_conf/script.js"></script>
</div>
</body>
</html>