-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 863 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1" />
<head>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<a id='github' href='https://github.com/cktang88/better-blinkist'>source</a>
<h2 id='title'>Better Blinkist</h2>
<input
id="inbox"
></input>
<div id='container'>
<div id="toc"></div>
<div id="out">
<p>How to use: Open a summary on blinkist (doesn't matter which chapter), right click > "View Page Source". Then
copy/paste entire page source into this input box.</p>
</div>
</div>
<a href='#title'>Back to top</a>
</body>
<script src="./main.js"></script>
</html>