This commit is contained in:
Thomas
2026-03-24 10:47:19 +00:00
commit 5442495f9c
3 changed files with 13 additions and 0 deletions

6
index.php Normal file
View File

@ -0,0 +1,6 @@
<h1>app sample </h1>
<p>Date: <?= date('c') ?> </p>
<p>ID: <?= uniqid() ?> </p>
<p>host: <?= gethostname() ?> </p>