Typo WANAKERA => WANAKAERA

This commit is contained in:
2024-11-19 18:48:43 +04:00
parent 26dd4be009
commit 7a2519b24d
3 changed files with 3 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>JWE - KAT</title>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" />
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
<?php
$zone = 'WANAKAERA (Martinique)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
<div id="map"></div>
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
<script src="../js/map.js"></script>
</body>
</html>