18 lines
256 B
PHP
18 lines
256 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<?php include 'common/include.php' ?>
|
||
|
<title>Tyler Perkins - Home</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<?php include 'common/header.php' ?>
|
||
|
|
||
|
<h1>Hello world!</h1>
|
||
|
|
||
|
|
||
|
<?php include 'common/footer.php' ?>
|
||
|
</body>
|
||
|
|
||
|
|
||
|
</html>
|