-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (45 loc) · 2.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eirb.fr | Services, clubs et associations de l'ENSEIRB-MATMECA</title>
<meta
name="description"
content="Raccourcis utiles vers les outils pratiques et les sites des clubs et associations de l'ENSEIRB-MATMECA"
/>
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png" />
<link rel="manifest" href="img/favicon/site.webmanifest" />
<link rel="mask-icon" href="img/favicon/safari-pinned-tab.svg" color="#f3c420" />
<link rel="shortcut icon" href="img/favicon/favicon.ico" />
<meta name="msapplication-TileColor" content="#f3c420" />
<meta name="msapplication-config" content="img/favicon/browserconfig.xml" />
<meta name="theme-color" content="#f3c420" />
<meta property="og:url" content="https://eirb.fr/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="eirb.fr" />
<meta
property="og:description"
content="Raccourcis utiles vers les outils pratiques et les sites des clubs et associations de l'ENSEIRB-MATMECA"
/>
<meta property="og:image" content="https://eirb.fr/img/banner.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="eirb.fr" />
<meta property="twitter:url" content="https://eirb.fr/" />
<meta name="twitter:title" content="eirb.fr" />
<meta
name="twitter:description"
content="Raccourcis utiles vers les outils pratiques et les sites des clubs et associations de l'ENSEIRB-MATMECA"
/>
<meta name="twitter:image" content="https://eirb.fr/img/banner.jpg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>