2020-08-07 12:23:59 +02:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "L'erreur est humaine !" >
< meta name = "robots" content = "noindex" >
< title > WikiLerni : page non trouvée< / title >
2020-08-10 16:46:02 +02:00
<!-- Version lisible des scripts : https://gitlab.com/lefablab/wikilerni/ - /tree/master/front/src -->
2020-08-07 12:23:59 +02:00
< script src = "/JS/polyfill.app.js" defer > < / script >
< script src = "/JS/index.app.js" defer > < / script >
< link rel = "shortcut icon" href = "/img/favicon.ico" >
2020-09-04 12:58:44 +02:00
< link rel = "stylesheet" href = "/themes/wikilerni/css/style.css" >
2020-08-07 12:23:59 +02:00
< / head >
< body class = "cardboard" >
<!-- En tête -->
< header class = "cardboard" >
< a href = "/" title = "Page d'accueil WikLerni" > < img src = "/themes/wikilerni/img/wikilerni-purple-2-128.png" alt = "WikiLerni (logo)" title = "Accéder à la page d'accueil de WikiLerni" / > < / a >
< ul id = "headLinks" >
< li > < a href = "/contact.html" rel = "nofollow" > Contact< / a > < / li >
2020-11-04 10:02:04 +01:00
< li > < a href = "/quizs/" id = "indexHeadLink" title = "Les dernières publications" > Parcourir< / a > < / li >
2020-08-07 12:23:59 +02:00
< li > < a href = "/connexion.html" id = "accountHeadLink" > Mon compte< / a > < / li >
< li > < a href = "/a-propos.html" > À propos< / a > < / li >
< / ul >
< / header >
< div id = "prompt" class = "cardboard" >
< a href = "/" title = "Page d'accueil WikLerni" > < img src = "/themes/wikilerni/img/wikilerni-purple-2-512.png" alt = "Logo WikiLerni" title = "W I K I L E R N I" / > < / a >
2020-09-04 12:58:44 +02:00
< p > Cultivons notre jardin !< / p >
2020-08-07 12:23:59 +02:00
< / div >
< div id = "page" class = "cardboard" >
2020-09-04 12:58:44 +02:00
< div class = "framed engraved" >
2020-11-04 10:02:04 +01:00
< h2 > Page non trouvée !< / h2 >
< p > La page que vous demandez n’ a pas été trouvée !< br > < a href = "/" > Aller à la page d’ accueil !< / a > < / p >
2020-09-04 12:58:44 +02:00
< p >
2020-08-07 12:23:59 +02:00
< figure >
< img alt = "Illustration : page non trouvée" src = "/img/404-notfound.png" >
< figCaption > Crédit illustration : < a title = "coursetakers.ae / CC BY-SA (https://creativecommons.org/licenses/by-sa/4.0)" href = "https://commons.wikimedia.org/wiki/File:Found_nothing.png" > CC BY-SA coursetakers.ae< / a > < / figCaption >
2020-09-04 12:58:44 +02:00
< / figure >
< / p >
2020-08-07 12:23:59 +02:00
< / div >
< / div >
2020-09-04 12:58:44 +02:00
2020-08-07 12:23:59 +02:00
< footer class = "cardboard" >
< ul id = "footLinks" >
2021-08-02 11:28:35 +02:00
< li > < a href = "https://diaspora-fr.org/people/815767c0c09e0139ec6f32a01d0dfba2" title = "Blog WikiLerni sur diaspora*" > Blog< / a > < / li >
2020-08-07 12:23:59 +02:00
< li > < a href = "/credits.html" > Crédits< / a > < / li >
< li > < a href = "/mentions-legales.html" rel = "nofollow" > Mentions légales< / a > < / li >
< li > < a href = "/donnees.html" > Données personnelles< / a > < / li >
< li > < a href = "/CGV-CGU.html" rel = "nofollow" > CGV & CGU< / a > < / li >
< / ul >
< / footer >
< / body >
< / html >