-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (33 loc) · 2 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./src/assets/logo.png" />
<title>yNotes, votre application scolaire connectée</title>
<meta name="og:title" content="yNotes, votre application scolaire connectée">
<meta name="twitter:title" content="yNotes, votre application scolaire connectée">
<meta name="description"
content="(NON MAINTENUE) Accédez à vos notes, devoirs, emplois du temps et bien d'autres fonctionnalités dans une interface élégante. Soyez notifié(e) en temps réel. Et tout ceci en respectant la confidentialité de vos données.">
<meta name="og:description"
content="(NON MAINTENUE) Accédez à vos notes, devoirs, emplois du temps et bien d'autres fonctionnalités dans une interface élégante. Soyez notifié(e) en temps réel. Et tout ceci en respectant la confidentialité de vos données.">
<meta name="twitter:description"
content="(NON MAINTENUE) Accédez à vos notes, devoirs, emplois du temps et bien d'autres fonctionnalités dans une interface élégante. Soyez notifié(e) en temps réel. Et tout ceci en respectant la confidentialité de vos données.">
<meta name="og:url" content="https://ynotes.fr">
<meta name="twitter:url" content="https://ynotes.fr">
<meta name="og:image" content="https://ynotes.fr/og.png">
<meta name="twitter:image" content="https://ynotes.fr/og.png">
<meta name="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:domain" content="eduwireapps.github.io">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet" defer>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>