Add example file.
This commit is contained in:
10
example/site/index.html.php
Normal file
10
example/site/index.html.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$title = "Home";
|
||||
include("templates/header.html.php");
|
||||
?>
|
||||
<p>
|
||||
Hello, World! This is an example page.
|
||||
</p>
|
||||
<?php
|
||||
include("templates/footer.html.php");
|
||||
?>
|
Reference in New Issue
Block a user