-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
31 lines (28 loc) · 847 Bytes
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KJS</title>
<meta name="description" content="Offline King James with Strong Bible Search">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="/css/kjs.css">
</head>
<body>
<div class="container" role="main">
<div class="load">
<div class="load-bar load-bar--upper">
<div class="load-banner">1 John 4:19</div>
</div>
<div class="load-scroll">
<div class="load-msg"></div>
</div>
<div class="load-bar load-bar--lower">
<div class="load-banner">KJS</div>
</div>
</div>
</div>
<script src="/js/load.js" type="module"></script>
</body>
</html>