Fix home button with standard location

This commit is contained in:
poka 2019-11-21 13:42:06 +01:00
parent 7e3d9537c7
commit 6296f10b3f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class NotFoundMiddleware {
background:url(\'/images/bildreich_1275.jpg\') no-repeat;background-size: cover;">
<div class="container" style="padding: 2rem;margin: 5rem 2rem;width:15rem;height:14rem;background-color: #c9c9c9;">
<h4>Erreur 404</h4><br />Cette url n\'existe pas.<br /><br />
<a class="btn btn-primary btn-md" href="https://gmarche.monnaie-libre.fr/france" role="button">
<a class="btn btn-primary btn-md" href="/" role="button">
Retour à l\'accueil</a></div></div></html>');
}
}
}