-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (93 loc) · 4.17 KB
/
Copy pathindex.html
File metadata and controls
100 lines (93 loc) · 4.17 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#1D9E75" />
<meta
name="description"
content="Fordere deinen Flight heraus: Matchplay, Nassau mit Press, Skins, Wolf und Bingo Bango Bongo parallel auf einer Runde. Erzeuge im Training echten Druck – denn unter Druck lernst du mehr als auf der Range. Mitspieler per QR-Code, Netto mit der richtigen Vorgabe, weil der Handicap-Index nach WHS mitläuft. Kostenlos und ohne Konto."
/>
<link rel="canonical" href="https://www.wolfgolf.club/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="The Wolf Golf Club" />
<meta property="og:locale" content="de_DE" />
<meta property="og:url" content="https://www.wolfgolf.club/" />
<meta property="og:title" content="The Wolf Golf Club – fordere deinen Flight heraus" />
<meta
property="og:description"
content="Fünf Spielformate parallel auf einer Runde: unter Druck lernst du mehr als auf der Range. Mitspieler per QR-Code, Netto mit der richtigen Vorgabe."
/>
<meta property="og:image" content="https://www.wolfgolf.club/og-image.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="The Wolf Golf Club: ein langer Fairway zum Grün, der Wolf läuft voran, drei Mitspieler jagen ihn" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="The Wolf Golf Club – fordere deinen Flight heraus" />
<meta
name="twitter:description"
content="Fordere deinen Flight heraus: fünf Spielformate, echter Druck im Training, Netto mit der richtigen Vorgabe."
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Wolf Golf Club" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<style>
:root {
--font-sans: "Aptos", "Segoe UI", "Helvetica Neue", sans-serif;
--color-text-primary: #18261f;
--color-text-secondary: #5d6b64;
--color-background-page: #edf1eb;
--color-background-secondary: #f6f8f5;
--color-border-secondary: rgba(27, 69, 55, 0.12);
--color-border-tertiary: rgba(27, 69, 55, 0.16);
--border-radius-md: 14px;
--border-radius-lg: 24px;
--shadow-soft: 0 12px 32px rgba(23, 35, 29, 0.08);
--shadow-card: 0 18px 44px rgba(23, 35, 29, 0.12);
}
html, body, #root {
min-height: 100%;
}
body {
margin: 0;
font-family: var(--font-sans);
color: var(--color-text-primary);
background:
radial-gradient(circle at top left, rgba(29, 158, 117, 0.18), transparent 32%),
radial-gradient(circle at top right, rgba(55, 138, 221, 0.12), transparent 28%),
linear-gradient(180deg, #f7faf7 0%, var(--color-background-page) 52%, #e7ece7 100%);
}
/* Aufklappbare Fragen auf der Startseite: eigenes Plus/Minus statt Browser-Dreieck. */
summary::-webkit-details-marker {
display: none;
}
.faq-summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.faq-summary::after {
content: "+";
flex-shrink: 0;
font-size: 22px;
line-height: 1;
font-weight: 700;
color: #1d9e75;
}
details[open] > .faq-summary::after {
content: "\2013";
}
</style>
<title>The Wolf Golf Club – fordere deinen Flight heraus</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>