-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
43 lines (40 loc) · 1.68 KB
/
Copy pathapps.html
File metadata and controls
43 lines (40 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<link rel="canonical" href="https://1-john-419.org/">
<link rel="icon" href="/favicon.ico" sizes="48x48">
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="/css/home.css">
<meta charset="UTF-8">
<meta name="description" content="Available Bible Apps @ 1-john-419.org.">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Available Apps - 1-john-419.org</title>
</head>
<body>
<header>
<h1 class="center sub">1-john-419.org</h1>
</header>
<h2>Available Apps</h2>
<div class="container">
<p>Choose from the following variants:</p>
<ul>
<li>KJV - King James</li>
<li>KJS - King James with Strong</li>
<li>KJA - King James Apocrypha</li>
</ul>
<p>Click to install the desired Bible App on your device:</p>
</div>
<div class="btn-bar">
<a class="btn-link btn-svg ml-zero" href="https://kjv.1-john-419.org" target="_blank"><img src="/img/kjv-icon.svg" class="svg" alt="KJV icon">KJV</a>
<a class="btn-link btn-svg" href="https://kjs.1-john-419.org" target="_blank"><img src="/img/kjs-icon.svg" class="svg" alt="KJS icon">KJS</a>
<a class="btn-link btn-svg" href="https://kja.1-john-419.org" target="_blank"><img src="/img/kja-icon.svg" class="svg" alt="KJA icon">KJA</a>
</div>
<div class="btn-bar">
<a class="btn-link ml-zero" href="/">Back</a>
</div>
<!-- 100% privacy-first analytics -->
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<script async src="https://scripts.simpleanalyticscdn.com/auto-events.js"></script>
</body>
</html>