-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.28 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="df:overflow" content="false" />
<meta name="df:sync-state" content="true" />
<meta name="df:filter-concepts" content="true" />
<meta name="thumbnail" content="thumbnail.png" />
<meta name="application-name" content="Charts" />
<meta name="title" content="Graphiques divers" />
<meta name="description" lang="fr" content="Une application simple de graphiques pour data-fair." />
<meta name="description" lang="en" content="A simple charts application for data-fair." />
<meta name="keywords" lang="fr" content="data-fair, charts, graphiques" />
<meta name="keywords" lang="en" content="data-fair, charts, graphs" />
<meta name="vocabulary-accept" content="http://www.w3.org/2000/01/rdf-schema#label">
<meta name="vocabulary-require" content="http://www.w3.org/2003/01/geo/wgs84_pos#lat_long">
<title lang="fr">data-fair-charts</title>
<title lang="en">data-fair-charts</title>
<script type="text/javascript">window.APPLICATION=%APPLICATION%;</script>
</head>
<body>
<div id="app" style="height:100vh" ></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>