-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkulusiinkut.html
30 lines (25 loc) · 1.47 KB
/
kulusiinkut.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="/favicon.ico" | relative_url }}>
<link rel="stylesheet" href="assets/css/tei.css">
<script src="assets/js/CETEI.js"></script>
<script src="assets/js/loadbook.js"></script>
<script src="assets/js/buttons.js"></script>
</head>
<body>
<div class="navButtons" style="text-align: center; margin-left: auto; margin-right: auto; " >
<!--<span style="display: inline-block;">foo</span>-->
<button type="button" class="back" onclick="startBook()" style="position: relative; width:15%; height: 5em;" disabled >⇤</button>
<button type="button" class="back" onclick="prevPage()" style="position: relative; width:15%; height: 5em;" disabled >←</button>
<button type="button" class="start" onclick="startBook()" style="position: relative; width:20%; height: 5em;">Start</button>
<button type="button" class="next" onclick="nextPage()" style="position: relative; width:15%; height: 5em;" disabled>→</button>
<button type="button" class="next" onclick="lastPage()" style="position: relative; width:15%; height: 5em;" disabled>⇥ </button>
<!--<span style="display: inline-block; text-align: right;">bar</span>-->
</div>
<div class="bookContent" style="text-align: center;"></div>
</body>
</html>