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

12 lines
158 B
PHP
Raw Normal View History

2024-03-02 03:49:44 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>
<?php
echo "<h3>Hi, I'm a PHP script!</h3>";
?>
</body>
</html>