feat: add module-specific directory structure, routing, and environment security configuration

This commit is contained in:
Syariffullah
2026-06-13 11:23:17 +07:00
parent be05153168
commit 97d18dcabd
10 changed files with 88 additions and 90 deletions
+4 -4
View File
@@ -994,7 +994,7 @@
<div class="projects-grid">
<!-- ===== PROJECT 1: POVERTY ===== -->
<a
href="/webgis/poverty/index.php"
href="poverty/index.php"
class="project-card"
id="card-poverty"
style="animation-delay: 0.05s"
@@ -1050,7 +1050,7 @@
<!-- ===== PROJECT 2: JALAN ===== -->
<a
href="/webgis/jalan/index.php"
href="jalan/index.php"
class="project-card"
id="card-jalan"
style="animation-delay: 0.1s"
@@ -1102,7 +1102,7 @@
<!-- ===== PROJECT 3: PARSIL ===== -->
<a
href="/webgis/parsil/index.php"
href="parsil/index.php"
class="project-card"
id="card-parsil"
style="animation-delay: 0.15s"
@@ -1154,7 +1154,7 @@
<!-- ===== PROJECT 4: SPBU ===== -->
<a
href="/webgis/spbu/index.php"
href="spbu/index.php"
class="project-card"
id="card-spbu"
style="animation-delay: 0.2s"