Add src/index.php

This commit is contained in:
2024-02-20 17:10:54 +08:00
parent 62bba682ee
commit b80cf1749c

5
src/index.php Normal file
View File

@@ -0,0 +1,5 @@
// src/index.php
<?php
echo '<h1>Hello World</h1>';
phpinfo();
?>