frist commit phpinfo

This commit is contained in:
Bachir Soussi Chiadmi 2021-03-15 13:23:23 +01:00
commit baea2a05dd
2 changed files with 15 additions and 0 deletions

10
web/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Popsu D9</title>
</head>
<body>
<h1>Popsu D9</h1>
</body>
</html>

5
web/index.php Normal file
View File

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