Hello world

This commit is contained in:
Pierre Martin 2021-03-08 04:40:44 +01:00
commit 6994b85f09

4
index.php Normal file
View File

@ -0,0 +1,4 @@
<?php
header('Cache-Control: max-age=20, stale-while-revalidate=80');
sleep(10);
print('This is a slow test.');