-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.59 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.59 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thalata</title>
<link rel="stylesheet" href="./lib/index.css">
<link rel="shortcut icon" href="./lib/thlb.png" type="image/x-icon">
</head>
<body data="{page:0}">
<div class="head">
<button><img src="./lib/thlb.png" width="25px" alt="Thalata"></button>  
<button onclick="$('page=0;')">Texts</button>  
<button onclick="$('page=1;')">Bible</button>  
<button onclick="$('page=2;')">Theology</button>
</div>
<div incl="./lib/home.html" if="page==0"></div>
<div incl="./lib/maison.html" if="page==100"></div>
<iframe src="https://classicmc-studios.github.io/bible" frameborder="0" if="page==1"></iframe>
<div incl="./lib/theology.html" if="page==2"></div>
<div class="article" id="scm" if="page==3"></div>
<div class="article" id="scm-french" if="page==101"></div>
<div incl="./assets/commentary.html" if="page==4"></div>
<div class="article" id="aqua" if="page==5"></div>
<div class="article" id="biblia" if="page==6"></div>
<div incl="./assets/iyet.html" if="page==7"></div>
<div incl="./assets/editio.html" if="page==8"></div>
<div class="article" id="romans" if="page==9"></div>
<div class="article" id="predestination" if="page==10"></div>
<div class="article" id="nature" if="page==11"></div>
<script src='./lib/sno.js'></script>
<script src="./lib/index.js"></script>
<script src='./index.js'></script>
</body>
</html>