-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
38 lines (30 loc) · 1.66 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" data-sm>
<meta name="viewport" content="width=device-width, initial-scale=1.0" data-sm>
<link rel="icon" href="/favicon.ico">
<meta name="color-scheme" content="dark light" data-sm>
<meta name="msapplication-TileColor" content="#f2f4f4">
<meta name="theme-color" content="#f2f4f4" data-sm>
<title data-sm>EDT - IUT Informatique de Limoges</title>
<meta name="title" content="EDT - IUT Informatique de Limoges">
<meta name="description"
content="Une PWA simple et fonctionnelle hors-ligne à utiliser pour visualiser son emploi du temps n'importe quand de façon instantané.">
<link rel="canonical" href="https://edt-iut-info-limoges.vercel.app">
<meta property="og:type" content="website">
<meta property="og:url" content="https://edt-iut-info-limoges.vercel.app">
<meta property="og:title" content="EDT - IUT Informatique de Limoges">
<meta property="og:description"
content="Une PWA simple et fonctionnelle hors-ligne à utiliser pour visualiser son emploi du temps n'importe quand de façon instantané.">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://edt-iut-info-limoges.vercel.app">
<meta property="twitter:title" content="EDT - IUT Informatique de Limoges">
<meta property="twitter:description"
content="Une PWA simple et fonctionnelle hors-ligne à utiliser pour visualiser son emploi du temps n'importe quand de façon instantané.">
</head>
<body>
<noscript>Veuillez activer JavaScript pour accéder à l'application web.</noscript>
<script type="module" src="./src/entry-client.tsx"></script>
</body>
</html>