-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpopup.html
30 lines (28 loc) · 1.01 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>Book2Notion</title>
<link type="text/css" rel="stylesheet" href="css/popup.css">
</head>
<body>
<header>
图书信息
</header>
<div id="pretitle"></div>
<div id="cover"></div>
<div id="pre"> </div>
<div class="btn" id="rt">
<button id="post">保存到Notion</button>
</div>
<footer class="gtx-footer">
<a class="gtx-a" id="options-link" target="_blank" href="options.html">设置</a>
-
<a class="gtx-a" id="github-link" target="_blank" href="https://github.com/lyh081/Book2Notion">Github地址</a>
-
<a class="gtx-a" id="about-link" target="_blank" href="https://cetus.notion.site">联系</a>
</footer>
<script src="js/popup.js"></script>
</body>
</html>