Update src/index.php

This commit is contained in:
2024-02-21 17:05:04 +08:00
parent c928bfcc36
commit d2ec4f4bd9

View File

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