7 lines
128 B
PHP
7 lines
128 B
PHP
<?php
|
|
include_once('../includes/components/head.php');
|
|
|
|
echo '<h1>Home</h1>';
|
|
|
|
include_once('../includes/components/foot.php');
|