Initial release

This commit is contained in:
2021-04-28 16:03:38 +02:00
commit dd2eaf814f
15 changed files with 278 additions and 0 deletions

5
data/www/index.html Normal file
View File

@@ -0,0 +1,5 @@
<html>
<body>
Test
</body>
</html>

1
data/www/phpinfo.php Normal file
View File

@@ -0,0 +1 @@
<?php phpinfo()?>