Files

21 lines
554 B
PHP
Raw Permalink Normal View History

2024-02-05 00:00:56 +01:00
<!DOCTYPE html>
<html>
<head>
<title>JWE - KAT</title>
2025-03-15 13:58:30 +04:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/maplibre-gl/5.0.0/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>
<?php
2024-05-09 21:10:18 +04:00
$zone = 'GUYANE';
include('../game-control/back.php');
include('../game-control/start.php');
?>
2024-02-05 00:00:56 +01:00
<div id="map"></div>
2025-03-15 13:58:30 +04:00
<script src="https://cdnjs.cloudflare.com/ajax/libs/maplibre-gl/5.0.0/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>