id/views/home.php

18 lines
273 B
PHP

<html>
<head>
<?php include 'partials/head.php'; ?>
<title>ByeCorps ID</title>
</head>
<body>
<?php include 'partials/header.php'; ?>
<h1>ByeCorps ID</h1>
<?php include 'partials/footer.php'; ?>
</body>
</html>