This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
site/src/index.php

18 lines
256 B
PHP
Raw Normal View History

2022-11-23 20:56:06 +00:00
<!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>