-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaith.html
43 lines (35 loc) · 1.17 KB
/
faith.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
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="./js/include.js"></script>
<div data-include="head"></div>
<title>Our Faith</title>
</head>
<header>
<div data-include="header"></div>
</header>
<body>
<div class="mainbody">
<h1>Statement of Faith</h1>
<h3 style="text-align: center;">
<i>(This is soon to be added. The website is still under development.)</i>
</h3>
<br>
<h1>The Leyvera</h1>
<h3>
The book of Leyvera is the scripture in which we lay our faith.
As it is a very old collection of texts,
they need to be rewritten into Modern English to be understood.
<br><br>
You can find it as a <a href="./docs/leyvera-preview.pdf">PDF document</a>.
<br><br>
It's currently incomplete but a preview of the first chapter
of the first book will soon be available.
Later, the entire Leyvera will be available to download from the website.
</h3>
</div>
</body>
<footer>
<div data-include="footer"></div>
</footer>
</html>