This is the front-end of LOI. If you are looking for the backend, please choose "server" from the branches.
(c) 2018-2019, KTD Software.
All new pages should start as such:
<?php require "../base/head.php";
?>
<a class="nav-link" href="/">Home</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading">BIG Head</h1>
<p class="lead">Following text</p>
<?php require "../base/feet.php";