Small bugfixes. Removed unused code.
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1,5 @@
|
||||
<form action="/find">
|
||||
<input type="text" name="kw">
|
||||
<input type="hidden" name="view" value="rich"">
|
||||
<input type="submit">
|
||||
<form>
|
||||
Reference in New Issue
Block a user