-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 825 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 825 Bytes
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
<!DOCTYPE html>
<script src="./common/common.js"></script>
<script>
const root = ".";
html();
headBody(root, "Beat Gubser", "Herzlich Willkommen bei Beat Gubser");
header(root, "Herzlich Willkommen bei Beat Gubser", menuHome, menuHome);
</script>
<main>
<div class="imgboxright">
<img src="./common/Beat-400-400.png" alt="Beat Gubser">
</div>
<div>
Erlauben Sie mir bitte zunächst eine Frage:
</div>
<div>
Sind Sie sicher, dass Sie ewiges Leben haben und einmal bei Gott in seiner Herrlichkeit sein werden?
</div>
<div>
Wenn Sie diese Frage nicht von ganzem Herzen mit JA beantworten können, empfehle ich Ihnen das <a href="./evangelium/">Evangelium</a> auf meiner Seite zu studieren.
</div>
</main>
<script>
footerBodyHtml();
</script>