mirror of https://github.com/byecorps/id.git
18 lines
273 B
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>
|
||
|
|
||
|
|
||
|
|