-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (72 loc) · 2.64 KB
/
Copy pathindex.html
File metadata and controls
79 lines (72 loc) · 2.64 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="de" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicons -->
<link rel="icon" href="/favicon.ico" sizes="any" />
<link
rel="icon"
type="image/svg+xml"
href="/LogoHypnoseStammtisch.de.svg"
/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta
name="description"
content="Zentrale Plattform für geprüfte Hypnose-Events im deutschsprachigen Raum. Freizeit- und erotische Hypnose mit Fokus auf Konsens, Professionalität und Sicherheit."
/>
<meta
name="keywords"
content="hypnose stammtisch, erotische hypnose, freizeit hypnose, hamburg munch, rhein-main, bremen, kink, bdsm"
/>
<meta name="author" content="Hypnose Stammtisch" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hypnose-stammtisch.de/" />
<meta
property="og:title"
content="Hypnose-Stammtisch.de - Dive Deep. Play Safe."
/>
<meta
property="og:description"
content="Zentrale Plattform für geprüfte Hypnose-Events im deutschsprachigen Raum. Freizeit- und erotische Hypnose."
/>
<meta
property="og:image"
content="https://hypnose-stammtisch.de/LogoHypnoseStammtisch.de.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://hypnose-stammtisch.de/" />
<meta
property="twitter:title"
content="Hypnose-Stammtisch.de - Dive Deep. Play Safe."
/>
<meta
property="twitter:description"
content="Community-focused hypnosis events and workshops."
/>
<meta
property="twitter:image"
content="https://hypnose-stammtisch.de/LogoHypnoseStammtisch.de.png"
/>
<!-- Security Headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
<meta
http-equiv="Referrer-Policy"
content="strict-origin-when-cross-origin"
/>
<!-- Adult Content Labels (RTA) -->
<meta name="rating" content="adult" />
<meta name="rating" content="RTA-5042-1996-1400-1577-RTA" />
<title>Hypnose-Stammtisch.de - Dive Deep. Play Safe.</title>
</head>
<body>
<!-- Skip to main content link for screen readers -->
<a href="#main-content" class="skip-link"> Zum Hauptinhalt springen </a>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>