-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.16 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="x-capture" content="trigger" />
<meta name="df:sync-state" content="true">
<meta name="df:filter-concepts" content="true" />
<meta name="df:overflow" content="true">
<meta name="thumbnail" content="thumbnail.png" />
<meta name="{VERSION}" content="trigger" />
<meta name="application-name" content="Application Calendrier">
<meta name="description" lang="fr" content="Une application de type calendrier">
<meta name="keywords" lang="fr" content="Calendrier">
<title lang="fr">Calendrier</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:300,400,500,700,400italic" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" />
<!-- Capture a global variable defined by data-fair's reverse proxy. -->
<script type="text/javascript">window.APPLICATION=%APPLICATION%;</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>