box-o-sand/personal-home-page/hello.php

12 lines
158 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>
<?php
echo "<h3>Hi, I'm a PHP script!</h3>";
?>
</body>
</html>