Added basic setup for PHP; HTML file for testing added
This commit is contained in:
9
var/www/indes.html
Normal file
9
var/www/indes.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Test Page</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user