first commit

This commit is contained in:
Pedro Cabral
2025-02-05 15:14:00 +01:00
commit 11fe03ca1f
20 changed files with 2439 additions and 0 deletions

7
web/index.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';