Skip to content

Kio-td/loi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legend of Ikaros -- FE

This is the front-end of LOI. If you are looking for the backend, please choose "server" from the branches.


Table of Contents


Copyright

(c) 2018-2019, KTD Software.

Boiler Template

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";