2020-01-16 12:28:28 +01:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2020-01-17 00:25:40 +01:00
|
|
|
<link href="style.css" rel="stylesheet" />
|
2020-01-16 21:25:11 +01:00
|
|
|
<script type="text/javascript" src="scripts.js"></script>
|
2020-01-16 12:28:28 +01:00
|
|
|
</head>
|
2020-01-16 21:25:11 +01:00
|
|
|
<body onload="init()">
|
2020-01-16 13:28:35 +01:00
|
|
|
<h1>Fourche</h1>
|
2020-01-17 00:25:40 +01:00
|
|
|
<div><b>Ville marchande</b></div>
|
2020-01-17 12:44:43 +01:00
|
|
|
<div><b>Source :</b> <a href="https://www.black-book-editions.fr/produit.php?id=193" target="_blank">CB02</a> : La course du printemps p149</div>
|
2020-01-17 00:25:40 +01:00
|
|
|
<div>Carte par <b>Romje</b> :</div>
|
|
|
|
|
<div><input type="range" min="30" max="250" value="100" id="range" /></div>
|
|
|
|
|
<div><object id="map" data="fourche.svg" width="100%" type="image/svg+xml" /></div>
|
2020-01-16 12:28:28 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|