15 lines
162 B
PHP
Raw Normal View History

2022-10-06 07:05:46 -05:00
#!/bin/php
<?php
include "body_open.php";
?>
<h1> Welcome! </h1>
<p> This is a test. It can be ignored. :) </p>
<?php
include "body_close.php";
?>