Files
JWE/kat/KAMA.php
T

21 lines
518 B
PHP
Raw Normal View History

2024-05-03 23:25:24 +04:00
<!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
2024-05-09 20:44:28 +04:00
$zone = 'Afrique (KAMA)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
2024-05-03 23:25:24 +04:00
<div id="map"></div>
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
<script src="../js/map.js"></script>
</body>
</html>