You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.4 KiB
42 lines
1.4 KiB
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title></title>
|
|
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
|
|
|
|
<link rel="stylesheet" href="css/reader.css"></link>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
|
<script src="js/reader.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="titlebarContainer">
|
|
<div id="titlebar">
|
|
<button class="titlebarButton" style="float:left" onclick="history.back()">
|
|
<img class="titlebarIcon" src="img/back.png"/>
|
|
</button>
|
|
<span id="titlebarText"></span>
|
|
<button class="titlebarButton" id="downloadButton">
|
|
<img class="titlebarIcon" id="downloadIcon" src="img/download.png"/>
|
|
</button>
|
|
<button class="titlebarButton" id="layoutButton">
|
|
<img class="titlebarIcon" id="layoutIcon" src="img/single.png"/>
|
|
</button>
|
|
<button class="titlebarButton" id="fitButton">
|
|
<img class="titlebarIcon" id="fitIcon" src="img/height.png"/>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="pageLeft"></div>
|
|
<div id="pageRight"></div>
|
|
|
|
<div id="pageView"></div>
|
|
|
|
<div id="pageFooter">
|
|
<span id="pageCounter">0/?</span>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|