-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 990 Bytes
/
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
<!DOCTYPE html>
<html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Statistiques - Ma carte</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Maps" />
<meta name="keywords" content="" />
<link rel="icon" type="image/png" href="./src/img/logo.png">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="translucent-black">
<link rel="apple-touch-icon" href="./src/img/logo.png">
<link rel="apple-touch-startup-image" href="./src/img/logo.png">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
</head>
<body>
<script type="module" src="./src/index.js"></script>
</body>
</html>