Added basic setup for PHP; HTML file for testing added

This commit is contained in:
WilliamMiceli
2019-10-19 15:23:31 -04:00
parent 44962f7d5d
commit ad02eace1c
3 changed files with 30 additions and 0 deletions

9
var/www/indes.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<h1>Test Page</h1>
</body>
</html>