2022-04-28 05:55:17 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 4-unknown< / title >
2023-05-11 05:35:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2022-04-28 05:55:17 +00:00
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 4-unknown< / h1 >
< / header >
< article class = "content" >
< h1 id = "the-elevation-of-unknown-things" > The Elevation of Unknown Things< / h1 >
< blockquote >
< p > Job puts forward a note of interrogation; God answers with a note of exclamation. Instead of proving to Job that it is an explicable world, He insists that it is a much stranger world than Job ever thought it was.< / p >
< / blockquote >
2022-04-30 05:10:31 +00:00
< p > ((Things to cover< / p >
< ul >
< li > Tradition is the elevation of unknown things< / li >
< li > My fear that Job has not changed comes out of the type of change that’ s expected from people who use the tradition forcefully
))< / li >
< / ul >
2022-04-28 05:55:17 +00:00
< / article >
< footer >
2023-05-11 05:20:07 +00:00
< p > Page generated on 2023-05-10< / p >
2022-04-28 05:55:17 +00:00
< / footer >
< / main >
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
< / body >
< / html >