This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Bible Reader - RSVCE</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<script src="https://www.biblegateway.com/votd/votd.write.callback.js"></script>
<script src="https://www.biblegateway.com/votd/get/?format=json&version=RSVCE&callback=BG.votdWriteCallback"></script>
<h1 class="title">Bible Reader - RSVCE</h1>
<div class="main">
<div class="content">
<h2 id="genesis">Genesis</h2>
<h3 id="genesisc1">Chapter 1</h3>
<p><sup>1</sup>In the beginning God created the heavens and the earth. <sup>2</sup>The earth was without form and void, and darkness was upon the face of the deep; and the Spirit of God was moving over the face of the waters.</p>
<p><sup>3</sup>And God said, “Let there be light”; and there was light. <sup>4</sup>And God saw that the light was good; and God separated the light from the darkness. <sup>5</sup>God called the light Day, and the darkness he called Night. And there was evening and there was morning, one day.</p>
<p><sup>6</sup>And God said, “Let there be a firmament in the midst of the waters, and let it separate the waters from the waters.” <sup>7</sup>And God made the firmament and separated the waters which were under the firmament from the waters which were above the firmament. And it was so. <sup>8</sup>And God called the firmament Heaven. And there was evening and there was morning, a second day.</p>
<p><sup>10</sup>And God said, “Let the waters under the heavens be gathered together into one place, and let the dry land appear.” And it was so.</p>
</div>
</div>
</body>
</html>