-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrv.html
36 lines (36 loc) · 1.26 KB
/
brv.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
<div id="brv-box" style="display:none">
<aside id="brv-toc">
%s <!-- toc -->
</aside>
<aside id="brv-ci">
%s <!-- config section -->
<section id="brv-info">
<h2>Book properties</h2>
<table>
<tbody>
%s <!-- info -->
</tbody>
</table>
</section>
<section>
<h2>About brv</h2>
<p><strong>brv</strong> is a simple program that renders EPUB ebooks in your favourite web browser.</p>
<table>
<tbody>
<tr>
<th>Program location</th>
<td class="brv-path">
%s <!-- brv path -->
</td>
</tr>
<tr>
<th>Program version</th>
<td>β</td>
</tr>
</tbody>
</table>
<p>Controls: use <kbd>Space</kbd> to show the table of content or this page; use <kbd><</kbd> and <kbd>></kbd> to turn pages.</p>
<p style="text-align:center"><a href="https://github.com/l1yefeng/brv" target="_blank">GitHub</a></p>
</section>
</aside>
</div>