2024-02-05 00:00:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>JWE - KAT</title>
|
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" />
|
2024-02-05 15:17:01 +01:00
|
|
|
<link rel="stylesheet" href="../css/map.css" />
|
2024-02-05 00:00:56 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2024-05-06 21:01:26 +04:00
|
|
|
<?php
|
2024-05-09 21:10:18 +04:00
|
|
|
$zone = 'DINA MORGABIN (La Réunion)';
|
2024-05-06 21:01:26 +04:00
|
|
|
include('../game-control/back.php');
|
|
|
|
|
include('../game-control/start.php');
|
|
|
|
|
?>
|
2024-02-05 00:00:56 +01:00
|
|
|
|
|
|
|
|
<div id="map"></div>
|
|
|
|
|
|
|
|
|
|
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
|
2024-02-05 15:17:01 +01:00
|
|
|
<script src="../js/map.js"></script>
|
2024-02-05 00:00:56 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|