summaryrefslogtreecommitdiff
path: root/hello.php
blob: e5005906f4a681cff00467c4f8931a4b983d3ca1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>

<h1>PHP test</h1>

<?php echo 'Hello World!'; ?>

</body>
</html>