9 lines
166 B
PHP
9 lines
166 B
PHP
|
<?php
|
||
|
require_once('template/head.php');
|
||
|
?>
|
||
|
<div class="container-fluid section">
|
||
|
<h1>404 :/</h1>
|
||
|
</div>
|
||
|
<?php
|
||
|
require_once('template/footer.php');
|
||
|
?>
|