added default index.php

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-07 16:06:11 +02:00
parent 29c8d50b53
commit 0be97f397c
2 changed files with 22 additions and 6 deletions

13
assets/index.php Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>DOMAIN.LTD</title>
</head>
<body>
<h1>DOMAIN.LTD</h1>
<?php phpinfo(); ?>
</body>
</html>