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.
46 lines
1.5 KiB
46 lines
1.5 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>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="titlebarContainer">
|
|
<div id="titlebar">
|
|
<button class="titlebarButton" id="backButton" onclick="history.back()">
|
|
<img class="titlebarIcon" style="width:15px;height:15px" src="img/back.png"/>
|
|
</button>
|
|
|
|
<span id="titlebarText"></span>
|
|
|
|
<button class="titlebarButton" id="downloadButton">
|
|
<img class="titlebarIcon" 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>
|
|
<button class="titlebarButton" id="invertButton">
|
|
<img class="titlebarIcon" id="invertIcon" src="img/invert.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>
|
|
|
|
<script type="text/javascript" src="js/reader.js"></script>
|
|
</body>
|
|
</html>
|
|
|