-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.66 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Pause Logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PauseCon</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pausecon.org/" />
<meta property="og:title" content="PauseCon Brussels 2026" />
<meta property="og:description" content="Join us for PauseCon in Brussels, February 21-23rd 2026. A development and training event for anyone interested in volunteering for PauseAI." />
<meta property="og:image" content="https://pausecon.org/PauseConFacebookBrussels2025Logo.jpg" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://pausecon.org/" />
<meta name="twitter:title" content="PauseCon Brussels 2026" />
<meta name="twitter:description" content="Join us for PauseCon in Brussels, February 21-23rd 2026. A development and training event for anyone interested in volunteering for PauseAI." />
<meta name="twitter:image" content="https://pausecon.org/PauseConTwitterBrussels2025Logo.jpg" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JBS65PW2BR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JBS65PW2BR');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>