32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="id">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WebGIS Pontianak V1</title>
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css" />
|
|
<link rel="stylesheet" href="../assets/style.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="sidebar-container">
|
|
<a href="../" class="btn-back-home">⬅ Kembali ke Beranda</a>
|
|
<div id="sidebar-header">
|
|
WebGis-Pontianak
|
|
</div>
|
|
|
|
<div id="card-container" class="card-list-area">
|
|
|
|
</div>
|
|
<button id="toggle-sidebar" onclick="toggleSidebar()">❮</button>
|
|
</div>
|
|
<?php include '../components/modals.php'; ?>
|
|
|
|
<div id="map"></div>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js"></script>
|
|
<script src="app.js?v=<?= time(); ?>"></script>
|
|
</body>
|
|
</html>
|