-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (64 loc) · 3.34 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nous rejoindre - Coworking Metz</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
<link rel="apple-touch-icon" sizes="180x180"
href="https://coworking-metz.fr/favicon/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32"
href="https://coworking-metz.fr/favicon/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16"
href="https://coworking-metz.fr/favicon/favicon-16x16.png?v=2">
<link rel="manifest" href="https://coworking-metz.fr/favicon/site.webmanifest?v=2">
<link rel="mask-icon" href="https://coworking-metz.fr/favicon/safari-pinned-tab.svg?v=2"
color="#f3af10">
<link rel="shortcut icon" href="https://coworking-metz.fr/favicon/favicon.ico?v=2">
<meta name="apple-mobile-web-app-title" content="Coworking Metz">
<meta name="application-name" content="Coworking Metz">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config"
content="https://coworking-metz.fr/favicon/browserconfig.xml?v=2">
<meta name="theme-color" content="#000000">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="Nous rejoindre - Coworking Metz">
<meta name="msapplication-config" content="https://coworking-metz.fr/favicon/browserconfig.xml">
<meta name="msapplication-TileColor" content="#f2af10">
<meta name="theme-color" content="#f2af10">
<meta name="title" content="Coworking App">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="Nous rejoindre - Coworking Metz">
<meta name="twitter:image" content="https://coworking-metz.fr/favicon/social.jpg">
<meta property="og:description" content="Nous rejoindre - Coworking Metz">
<meta property="og:image" content="https://coworking-metz.fr/favicon/social.jpg">
<meta property="og:image:alt" content="Coworking App">
<meta property="og:image:secure_url" content="https://coworking-metz.fr/favicon/social.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:url" content="https://coworking-metz.fr/favicon/social.jpg">
<meta property="og:locale" content="fr_FR">
<meta property="og:site_name" content="Coworking App">
<meta property="og:title" content="Coworking App">
<meta property="og:type" content="website">
<meta property="og:url" content="https://rejoindre.coworking-metz.fr/">
<meta name="description" content="Comment devenir coworker ?" />
<link rel="shortcut icon" href="https://www.coworking-metz.fr/favicon.ico" />
<script type="text/javascript" defer async src="https://cloudflare.coworking-metz.fr/cf.js"></script>
<script>
(function (d, w, c) {
w.BrevoConversationsID = '65324d6bf96d92531b4091f8';
w[c] = w[c] || function () {
(w[c].q = w[c].q || []).push(arguments);
};
var s = d.createElement('script');
s.async = true;
s.src = 'https://conversations-widget.brevo.com/brevo-conversations.js';
if (d.head) d.head.appendChild(s);
})(document, window, 'BrevoConversations');
</script>
</head>
<body>
<div class="container" id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>