-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (41 loc) · 2.06 KB
/
index.html
File metadata and controls
49 lines (41 loc) · 2.06 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
<!DOCTYPE html>
<html lang="hu" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<!-- SEO meta tagek -->
<title>HUSZONEGY - csak bitcoinról, magyarul</title>
<meta name="description" content="A HUSZONEGY közösség a decentralizált, Bitcoin-alapú jövőért dolgozik. Csatlakozz hozzánk!">
<meta name="keywords" content="bitcoin, decentralizáció, szabadság, huszonegy, magyarul">
<!-- Open Graph (Facebook, LinkedIn) -->
<meta property="og:title" content="HUSZONEGY - csak bitcoinról, magyarul">
<meta property="og:description" content="A HUSZONEGY közösség a decentralizált jövőért">
<meta property="og:image" content="https://huszonegy.world/og-image.png">
<meta property="og:url" content="https://huszonegy.world">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HUSZONEGY">
<meta name="twitter:description" content="Csak bitcoinról, magyarul">
<meta name="google-site-verification" content="9ebemTdEzMfWVTIn2OMXxs7MfQqsiR0Kg-XZwGqsRp4" />
<link rel="icon" href="/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500&display=swap" rel="stylesheet">
<script data-goatcounter="https://huszonegy.goatcounter.com/count"
async src="//gc.zgo.at/count.js">
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "HUSZONEGY",
"url": "https://huszonegy.world",
"logo": "https://huszonegy.world/favicon.ico",
"image": "https://huszonegy.world/og-image.png",
"description": "A HUSZONEGY közösség a decentralizált, Bitcoin-alapú jövőért dolgozik."
}
</script>
</head>
<body style="background-image: url('@/assets/pics/wereall-satoshi-statue_dim_4x4.jpg'); background-size: 3518px 1998px;">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>