Typo: KAMA to KMT

This commit is contained in:
2025-10-24 21:42:26 +04:00
parent 2969c6cb55
commit 5a815cb308
4 changed files with 11 additions and 11 deletions
+20
View File
@@ -0,0 +1,20 @@
<!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 = 'KMT (Afrique)';
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>