Files
JWE/kat/KARUKERA.php
2025-03-15 13:58:30 +04:00

21 lines
569 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>JWE - KAT</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/maplibre-gl/5.0.0/maplibre-gl.css" />
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<?php
$zone = 'KARUKERA (Guadeloupe)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/maplibre-gl/5.0.0/maplibre-gl.js"></script>
<script src="../js/map.js"></script>
</body>
</html>