Files

21 lines
561 B
PHP
Raw Permalink Normal View History

2024-05-03 23:25:24 +04: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-05-03 23:25:24 +04:00
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<?php
2025-10-24 21:42:26 +04:00
$zone = 'KMT (Afrique)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
2024-05-03 23:25:24 +04: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-05-03 23:25:24 +04:00
<script src="../js/map.js"></script>
</body>
</html>