Small bugfixes. Removed unused code.

This commit is contained in:
2023-03-31 21:13:00 -07:00
parent 233ab58f24
commit 181f6eb73d
3 changed files with 76 additions and 83 deletions
+29
View File
@@ -0,0 +1,29 @@
<h2>On Reading the Holy Bible</h2>
<p>A common trap when reading the Bible is relying on external lenses
to look at the Bible through.</p>
<p>By external lense, we mean using an external data source such as
a dictionary like the 1828 Websters we provide
as a way to interpret the meaning of scripture.</p>
<p><b>This is wrong!</b></p>
<h3>How to read the King James Bible</h3>
<p>When we read the King James Bible, we need to as the following questions:</p>
<ol>
<li>Who is speaking?</li>
<li>Who is being spoken to?</li>
<li>When is this being spoken?</li>
<li>What are the definitions of the words?</li>
<li>Is it consistent with the rest of scripture?</li>
</ol>
<style>
html{
font-family: sans-serif;
font-size: 14pt;
width: 768px;
}
a {
color: #547720
}
</style>