Add my test project up to this point.
This commit is contained in:
14
pages/home.php
Executable file
14
pages/home.php
Executable file
@ -0,0 +1,14 @@
|
||||
#!/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";
|
||||
?>
|
||||
|
Reference in New Issue
Block a user