-
Notifications
You must be signed in to change notification settings - Fork 0
/
reader.html
40 lines (30 loc) · 2.1 KB
/
reader.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
<!DOCTYPE html>
<html id="bibi">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=4.0, user-scalable=yes, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>This E-Book is Published with BiB/i | EPUB Reader on your website.</title>
<!-- # BiB/i ... Copyright (c) Satoru MATSUSHIMA - http://bibi.epub.link or https://github.com/satorumurmur/bibi (Licensed under the MIT license.) -->
<!-- - The Elegant Icon Font ... Copyright (c) Elegant Themes, Inc. - http://www.elegantthemes.com/blog/resources/elegant-icon-font (Dual licensed under the GPL 2.0 and MIT license.) -->
<!-- - Font Awesome ... Copyright (c) Dave Gandy - http://fontawesome.io (Licensed under SIL Open Font License (OFL) 1.1) -->
<!-- - Material Icons ... Copyright (c) Material Design Authors / Google Inc. - https://material.io/icons/ (Licensed under the Apache License Version 2.0) -->
<!-- - Native Promise Only ... Copyright (c) Kyle Simpson - https://github.com/getify/native-promise-only (Licensed under the MIT license.) -->
<!-- - easing.js ... Copyright (c) Dan Rogers - https://github.com/danro/easing-js (Licensed under the MIT license.) -->
<!-- - sML ... Copyright (c) Satoru MATSUSHIMA - https://github.com/satorumurmur/sML (Licensed under the MIT license.) -->
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="semantic/dist/semantic.min.js"></script>
<link rel="stylesheet" id="bibi-style" href="bib/i/res/styles/bibi.css" />
<script id="bibi-script" src="bib/i/res/scripts/bibi.js"></script>
<!--<script src="dev-bib/i/res/scripts/bibi.heart.js"></script>
<script src="dev-bib/i/res/scripts/_lib/bower_components.js"></script> -->
<script id="bibi-preset" src="js/bib-config.js"></script>
<link rel="stylesheet" href="css/main.css" />
</head>
<body data-bibi-book="">
</body>
</html>