-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.13 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.13 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/favicon.png" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="La conférence des communautés tech de Montréal. Montreal's community-driven tech conference."
/>
<meta property="og:title" content="/dev/mtl 2026" />
<meta
property="og:description"
content="La conférence des communautés tech de Montréal. Montreal's community-driven tech conference."
/>
<meta property="og:url" content="https://www.dev-mtl.ca/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://www.dev-mtl.ca/og-cover.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<title>/dev/mtl</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>