pacchettizzazione php

This commit is contained in:
2025-11-23 12:45:23 +01:00
parent e5c8080355
commit a90b2931ff
22 changed files with 757 additions and 0 deletions

10
index.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
include 'parts/head.php';
include 'parts/sidebar.php';
include 'parts/content.php';
include 'parts/footer.php';
?>