-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
34 lines (34 loc) · 1.6 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
<!DOCTYPE html>
<html lang="fr">
<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" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel ="canonical" href="https://www.highcanfly.club/" />
<meta name="description" content="Club de parapente dans le Nord. Nous encourageons la pratique du parapete sans utiliser de moteur. Vive le marche et vol. Affiliés à la FFVL n°29070."/>
<meta name="keywords" content="parapente, nord, marche, vol"/>
<meta name="author" content="Ronan Le Meillat" />
<meta name="copyright" content="Association Highcanfly" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="rating" content="safe for kids" />
<meta name="robots" content="index,follow" />
<title>
High Can Fly | Club de parapente du Nord
</title>
</head>
<body class="text-slate-700 antialiased">
<noscript>
<strong
>Désolé ! Notre site utilise la technologie SPA (single page application), sans Javascript vous ne pourrez pas le voir.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>