Update src/index.php

This commit is contained in:
2024-02-21 15:37:56 +08:00
parent faae0ae369
commit 39a0b46c19

View File

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