Files
Portfolio-Codex/index.php
2026-02-04 16:58:07 +01:00

4 lines
93 B
PHP

<?php
// index.php - Point d'entrée temporaire
require_once __DIR__ . '/pages/home.php';