-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 921 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (26 loc) · 921 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/head.js"></script>
<script>
const root = ".";
html();
head(root, "Beat Gubser", "Herzlich Willkommen bei Beat Gubser");
</script>
<script src="./common/body.js"></script>
<body>
<script>bodyHeader(root, "Herzlich Willkommen bei Beat Gubser", menuHome, menuHome)</script>
<main>
<div class="separator float-right">
<img src="./common/Beat-400-400.png" alt="Beat Gubser" loading="lazy">
</div>
<div class="separator">
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>bodyFooter()</script>
</body>