forked from npmcdn-to-unpkg-bot/lpfdp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 748 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 748 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Le Petit FabLap de Paris" />
<meta name="description" content="Atelier Carto Js du petit FabLab de Paris" />
<title>Ateliers Carto Indoor/Outdoor</title>
<!-- Main -->
<link rel='stylesheet' href='./assets/css/main.css' />
</head>
<body>
<h1>Ateliers Carto Indoor/Outdoor</h1>
<ul>
<li>
<a href="./1simpleLeaflet">1simpleLeaflet</a>
</li>
<li>
<a href="./2simpleMapillary">2simpleMapillary</a>
</li>
<!-- <li>
<a href="url">link text</a>
</li> -->
</ul>
</body>
</html>