first commit

This commit is contained in:
Lionel
2020-11-08 15:07:01 +01:00
commit 4ee46c5f35
13 changed files with 817 additions and 0 deletions

14
phpinfo.php Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
PHP?
<?php
phpinfo();
?>
</body>
</html>