2020-08-07 12:23:59 +02:00
<!DOCTYPE html>
< html lang = "fr" >
2020-09-23 17:12:53 +02:00
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "Page d'accueil pour les gestionnaires du site." >
< meta name = "robots" content = "noindex" >
< title > Mon WikiLerni< / title >
<!-- Version lisible des scripts : https://gitlab.com/lefablab/wikilerni/ - /tree/master/front/src -->
< script src = "/JS/polyfill.app.js" defer > < / script >
< script src = "/JS/homeManager.app.js" defer > < / script >
< link rel = "shortcut icon" href = "/img/favicon.ico" >
< link rel = "stylesheet" href = "/themes/wikilerni/css/style.css" >
< / head >
2020-08-07 12:23:59 +02:00
2020-09-23 17:12:53 +02:00
< 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 >
< li > < a href = "/quizs/" id = "indexHeadLink" title = "Les derniers quizs" > Parcourir< / a > < / li >
< li > < a href = "/connexion.html" id = "accountHeadLink" > Mon compte< / a > < / li >
< li > < a href = "/a-propos.html" > À propos< / a > < / li >
< li > < a href = "/" title = "Page d'accueil de WikiLerni" > Accueil< / a > < / li >
2020-08-07 12:23:59 +02:00
< / ul >
2020-09-23 17:12:53 +02:00
< / header >
< div id = "crash" > < / div >
< section id = "main-content" class = "needJS" >
< ul id = "menu" class = "cardboard" >
< li > < a href = "/gestion.html" > Gestion WikiLerni< / a > < / li >
< li > < a href = "/gestion-quizs.html" title = "Publication des quizs" > Les quizs< / a > < / li >
< li > < a href = "/gestion-utilisateurs.html" title = "Les comptes utilisateurs" > Les abonné(e)s< / a > < / li >
< li > < a href = "/sortie.html" > Me déconnecter< / a > < / li >
2020-08-07 12:23:59 +02:00
< / ul >
2020-09-23 17:12:53 +02:00
< div id = "home" class = "cardboard" >
< img id = "logo" src = "/themes/wikilerni/img/wikilerni-purple-2-512.png" alt = "Logo WikiLerni" / >
< div id = "message" class = "cardboard" > < / div >
< p > < a href = "#" class = "button cardboard" id = "wantRegenerate" > Régénérer le HTML.< / a > < / p >
< div id = "questionnaires" > < / div >
2020-08-07 12:23:59 +02:00
< / div >
2020-09-23 17:12:53 +02:00
< / section >
< footer class = "cardboard" >
< ul id = "footLinks" >
< li > < a href = "https://framasphere.org/people/7e54b7a0b53201389eef2a0000053625" title = "Blog WikiLerni sur diaspora*" > Blog< / a > < / li >
< 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 >
2020-08-07 12:23:59 +02:00
< / html >