- ID de l'analyse :
- 3fca48c8-ac6e-4e5d-9969-6fe64b31128aTerminée
- URL soumise :
- https://scripturealone.bearblog.dev/
- Fin du rapport :
Liens : 4 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.tbsonlinebible.com/#en_2TI_3_16,17 | 2 Timothy 3.16,17 |
https://www.tbsonlinebible.com/#en_PSA_119_18 | Psalm 119.18 |
https://www.tbsonlinebible.com/#en_PSA_19_7,8,9,10,11 | Psalm 19.7-11 |
https://bearblog.dev | Bear ʕ•ᴥ•ʔ |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
<title>Scripture Alone</title>
<link rel="canonical" href="https://scripturealone.bearblog.dev">
<meta name="scripturealone" content="look-for-the-bear-necessities">
<!-- Primary Meta Tags -->
<meta name="title" content="Scripture Alone">
<meta name="description" content="All scripture given by inspiration of God,
and profitable for doctrine, for reproof,
for correction, for instruction in righteousness:
That the ma...">
<!-- Open Graph / Facebook -->
<meta property="og:site_name" content="Scripture Alone">
<meta property="og:title" content="Scripture Alone">
<meta property="og:type" content="website">
<meta property="og:url" content="https://scripturealone.bearblog.dev">
<meta property="og:description" content="All scripture given by inspiration of God,
and profitable for doctrine, for reproof,
for correction, for instruction in righteousness:
That the ma...">
<meta property="og:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://scripturealone.bearblog.dev">
<meta property="twitter:title" content="Scripture Alone">
<meta property="twitter:description" content="All scripture given by inspiration of God,
and profitable for doctrine, for reproof,
for correction, for instruction in righteousness:
That the ma...">
<meta property="twitter:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/herman-1683556668-0.png">
<!-- Microdata -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "website",
"name": "Scripture Alone",
"url": "https://scripturealone.bearblog.dev",
"description": "All scripture given by inspiration of God,
and profitable for doctrine, for reproof,
for correction, for instruction in righteousness:
That the ma...",
"about": {
"@type": "Scripture Alone",
"description": "All scripture given by inspiration of God,
and profitable for doctrine, for reproof,
for correction, for instruction in righteousness:
That the ma..."
}
}
</script>
<link rel="alternate" type="application/atom+xml" href="/feed/">
<link rel="alternate" type="application/rss+xml" href="/feed/?type=rss">
<link rel="shortcut icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Ctext%20y='.9em'%20font-size='90'%3E✝️%3C/text%3E%3C/svg%3E">
<style>
:root {
--width: 720px;
--font-main: Verdana, sans-serif ;
--font-secondary: Verdana, sans-serif ;
--font-scale: 1.2em;
--background-color: #fff; /*#F7F4EE*/
--heading-color: #222;
--text-color: #444;
--link-color: #3273dc; /* #701C1C */
--visited-color: #8b6fcb;
--code-background-color: #f2f2f2;
--code-color: #222;
--blockquote-color: #222;
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #121212; /*#01242e*/
--heading-color: #eee;
--text-color: #ddd;
--link-color: #8cc2dd;
--visited-color: #8b6fcb;
--code-background-color: #000;
--code-color: #ddd;
--blockquote-color: #ccc;
}
}
body {
font-family: var(--font-secondary);
font-size: var(--font-scale);
margin: auto;
padding: 20px;
max-width: var(--width);
text-align: left;
background-color: var(--background-color);
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: var(--text-color);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-main);
color: var(--heading-color);
}
a {
color: var(--link-color);
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
background: color-mix(in srgb, currentColor 12.5%, transparent);
}
nav a {
margin-right: 8px;
}
strong, b {
color: var(--heading-color);
}
button {
margin: 0;
cursor: pointer;
}
time {
font-family: monospace;
font-style: normal;
font-size: 15px;
}
main {
line-height: 1.6;
}
table {
width: 100%;
}
hr {
border: 0;
border-top: 1px dashed;
}
img {
max-width: 100%;
}
code {
font-family: monospace;
padding: 2px;
background-color: var(--code-background-color);
color: var(--code-color);
border-radius: 3px;
}
blockquote {
border-left: 1px solid #999;
color: var(--code-color);
padding-left: 20px;
font-style: italic;
}
footer {
padding: 25px 0;
text-align: center;
}
.title:hover {
text-decoration: none;
}
.title h1 {
font-size: 1.5em;
font-weight: normal ;
}
.inline {
width: auto !important;
}
.highlight, .code {
padding: 1px 15px;
background-color: var(--code-background-color);
color: var(--code-color);
border-radius: 3px;
margin-block-start: 1em;
margin-block-end: 1em;
overflow-x: auto;
}
/* blog post list */
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: var(--visited-color);
}
</style>
</head>
<body class="home" onload="(function() { document.cookie = `timezone=${Intl.DateTimeFormat().resolvedOptions().timeZone};path=/`; })()">
<header>
<a class="title" href="/">
<h1>
Scripture Alone
</h1>
</a>
<nav>
<p><a href="/">Home</a> <a href="/blog/">Blog</a></p>
</nav>
</header>
<main>
<p>All scripture <em>is</em> given by inspiration of God,<br>
and <em>is</em> profitable for doctrine, for reproof,<br>
for correction, for instruction in righteousness:<br>
That the man of God may be perfect,<br>
thoroughly furnished unto all good works.<br>
<a href="https://www.tbsonlinebible.com/#en_2TI_3_16,17">2 Timothy 3.16,17</a></p>
<p>Open thou mine eyes,<br>
that I may behold wondrous things<br>
out of thy law.<br>
<a href="https://www.tbsonlinebible.com/#en_PSA_119_18">Psalm 119.18</a></p>
<p>The law of the LORD <em>is</em> perfect,<br>
converting the soul:<br>
the testimony of the LORD <em>is</em> sure,<br>
making wise the simple.<br>
The statues of the LORD <em>are</em> right,<br>
rejoicing the heart:<br>
the commandment of the LORD <em>is</em> pure,<br>
enlightening the eyes.<br>
The fear of the LORD <em>is</em> clean,<br>
enduring for ever:<br>
the judgements of the LORD <em>are</em> true<br>
<em>and</em> righteous altogether.<br>
More to be desired <em>are they</em> than gold,<br>
yea, than much fine gold:<br>
sweeter also than honey and the honeycomb.<br>
Moreover by them is thy servant warned:<br>
<em>and</em> in keeping of them <em>there is</em><br>
great reward.<br>
<a href="https://www.tbsonlinebible.com/#en_PSA_19_7,8,9,10,11">Psalm 19.7-11</a></p>
</main>
<footer style="padding:25px 0;">
<span>
Powered by <a href="https://bearblog.dev">Bear ʕ•ᴥ•ʔ</a>
</span>
</footer>
</body></html>