Files
JWE/kat/971.php
T

21 lines
520 B
PHP
Raw Normal View History

2024-02-05 00:00:56 +01:00
<!DOCTYPE html>
<html>
<head>
<title>JWE - KAT</title>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" />
2024-02-05 15:17:01 +01:00
<link rel="stylesheet" href="../css/map.css" />
2024-02-05 00:00:56 +01:00
</head>
<body>
<?php
$zone = 'Guadeloupe (971)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
2024-02-05 00:00:56 +01:00
<div id="map"></div>
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
2024-02-05 15:17:01 +01:00
<script src="../js/map.js"></script>
2024-02-05 00:00:56 +01:00
</body>
</html>