Skip to content
Snippets Groups Projects
Commit 915a0d24 authored by Gabriel Frey's avatar Gabriel Frey
Browse files

Ajout grille de notation

parent 0184ebb6
Branches bug
No related merge requests found
File added
<!DOCTYPE html>
<html>
<head>
<title>Carte OpenStreetMap</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
</head>
<body>
<div id="map" style="height: 500px; width: 100%;"></div>
<script>
var map = L.map('map').setView([48.579829, 7.763233], 18);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
</script>
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment