-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathredirect.html
More file actions
42 lines (38 loc) · 1.8 KB
/
redirect.html
File metadata and controls
42 lines (38 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>meet.js Summit 2026 - 15th Anniversary AI Devs Edition</title>
<meta content="0; URL='./2026/'" http-equiv="refresh" />
<!-- SEO Meta Tags -->
<meta
content="Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI Devs Edition. A full day of learning, networking, and inspiration at the Warsaw School of Economics."
name="description"
/>
<meta name="keywords" content="meet.js, JavaScript, AI, conference, Warsaw, tech event, AI Devs, programming"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://summit.meetjs.pl/2026/" />
<meta property="og:title" content="meet.js Summit 2026 - 15th Anniversary" />
<meta
content="Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI Devs Edition."
property="og:description"
/>
<meta content="https://summit.meetjs.pl/2026/og-image.png" property="og:image" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://summit.meetjs.pl/2026/" />
<meta property="twitter:title" content="meet.js Summit 2026 - 15th Anniversary" />
<meta
content="Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI Devs Edition."
property="twitter:description"
/>
<meta content="https://summit.meetjs.pl/2026/og-image.png" property="twitter:image" />
<!-- Theme Color -->
<meta name="theme-color" content="#2B1932"/>
</head>
<body>
<p>Redirecting to <a href="./2026/">meet.js Summit 2026</a>...</p>
</body>
</html>