Start with Develoment

This commit is contained in:
goldtho
2026-04-07 19:25:39 +02:00
parent ed3bbed3b1
commit 889877ebe7
36 changed files with 6114 additions and 44 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';