-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
61 lines (58 loc) · 2.34 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Coplano - Assistant de plan de circulation</title>
</head>
<body>
<h1>Coplano</h1>
<div>
<p>
Paris
</p>
<ul>
<li><a href="/plan/paris/9/pigalle-martyrs-anvers-montholon.html">9eme - Pigalle Martyrs Anvers Montholon</a> (autre version: <a href="/plan/paris/9/pigalle-martyrs-anvers-montholon.10_rat_runs.html">ici</a>)</li>
<li><a href="/plan/paris/12/netter-bizot.html">12eme - Netter Bizot</a> (version sud uniquement: <a href="/plan/paris/12/netter-bizot-sud.html">ici</a>)</li>
<li><a href="/plan/paris/18/amiraux-simplon-poissonniers.html">18eme - Amiraux Simplon Poissonniers</a></li>
<li><a href="/plan/paris/18/marxdormoy.html">18eme - Marx Dormoy</a></li>
<li><a href="/plan/paris/18/montmartre.html">18eme - Montmartre</a></li>
</ul>
<p>
Hauts-de-Seine
</p>
<ul>
<li><a href="/plan/antony/antony.html">Antony</a></li>
<li><a href="/plan/boulogne/point-du-jour.html">Boulogne - Point du Jour</a></li>
</ul>
<p>
Seine Saint-Denis
</p>
<ul>
<li><a href="/plan/pantin/hoche.html">Pantin - Hoche</a></li>
</ul>
<p>
Val d'Oise
</p>
<ul>
<li><a href="/plan/eaubonne/nord-gare.html">Eaubonne - Nord de la gare v1</a> <a href="/plan/eaubonne/nord-gare-v0.html">(v0)</a></li>
<li><a href="/plan/saint-gratien/saint-gratien.html">Saint-Gratien</a></li>
</ul>
<p>
Val de Marne
</p>
<ul>
<li><a href="/plan/saint-mande/saint-mande.html">Saint-Mandé</a></li>
</ul>
<p>
Grand Est
</p>
<ul>
<li><a href="/plan/strasbourg/67000-tribunal.html">Strasbourg - Tribunal</a></li>
</ul>
<p>Charger un <a href="new.html">nouveau quartier</a></p>
</div>
<div>
<p>Coplano est un projet fait pour <a href="http://www.parisenselle.fr">Paris en Selle</a>. Le code source et la documentation sont accessibles sur ce <a href="https://github.com/alxbck/coplano">repo Github</a>. Pour tout commentaire, idée ou question: <a href= "mailto:[email protected]">[email protected]</a>.
</div>
</body>
</html>