-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.85 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.85 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="description" content="Wie es fitschert ferona: .">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="robots" content="index, follow">
<meta name="language" content="de">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Wie es fitschert ferona.">
<meta property="og:description" content="Wie es fitschert ferona">
<meta property="og:image" content="https://appwerft.github.io/Rainer1960.png">
<meta property="og:url" content="https://appwerft.github.io/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://appwerft.github.io/Rainer1960.png">
<meta name="twitter:title" content="Wie es fitschert ferona.">
<meta name="twitter:description" content="">
<meta name="twitter:image:alt" content="Wie es fitschert ferona.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wie es fitschert ferona!</title>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap" rel="stylesheet">
<link href="app.css" rel="stylesheet">
<script>
async function loadMarkdown() {
const response = await fetch('index.md?' + new Date().getTime());
document.getElementById('content').innerHTML = marked.parse(await response.text());
}
document.addEventListener("DOMContentLoaded", loadMarkdown);
</script>
</head>
<body>
<div id="content">Lade Text …</div>
</body>
</html>