mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Add 404 page
This commit is contained in:
parent
4548c360f0
commit
e7beafaa8b
6 changed files with 60 additions and 2 deletions
20
templates/error/404.php
Normal file
20
templates/error/404.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
//Template dashboard
|
||||
|
||||
$this->render('incs/head', ['title' => ''])
|
||||
?>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-xs-10 col-xs-offset-1 col-md-4 col-md-offset-4 text-center" style="color: #fff">
|
||||
<h1>Erreur 404, cette page n'existe pas.</h1>
|
||||
<br/>
|
||||
<img src="<?= HTTP_PWD_IMG; ?>/404.svg" width="100%"/>
|
||||
<br/><br/>
|
||||
<br/><br/>
|
||||
<a href="<?= HTTP_PWD; ?>" class="btn btn-default btn-lg">Retour à l'accueil</a>
|
||||
<br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$this->render('incs/footer');
|
Loading…
Add table
Add a link
Reference in a new issue