Initial WebGIS portal project

This commit is contained in:
2026-06-10 19:53:39 +07:00
commit c0aa8e09d5
62 changed files with 9013 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=index.php">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebGIS Peduli</title>
</head>
<body>
<script>window.location.replace('index.php');</script>
<p>Mengalihkan ke halaman sistem...</p>
</body>
</html>