2019-09-02 16:37:11 +02:00
<!doctype html>
<!-- [if lt IE 7 ]> <html class="no - js ie6" lang="fr"> <![endif] -->
<!-- [if IE 7 ]> <html class="no - js ie7" lang="fr"> <![endif] -->
<!-- [if IE 8 ]> <html class="no - js ie8" lang="fr"> <![endif] -->
<!-- [if (gte IE 9)|!(IE)]><! --> < html class = "no-js" lang = "fr" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< title > Explication simple< / title >
< meta name = "description" content = "Donner une explication simple quelque soit le sujet avec seulement ~1500 mots possibles" >
< meta name = "author" content = "Clément Desmidt - Shikiryu" >
< link rel = "stylesheet" href = "css/style.css?v=1" > <!-- CSS : blueprint Framework -->
< link rel = "stylesheet" href = "css/screen.css" type = "text/css" media = "screen, projection" >
< link rel = "stylesheet" href = "css/print.css" type = "text/css" media = "print" >
< link rel = "stylesheet" href = "css/plugins/buttons/screen.css" > <!-- Import link - icons plugin // add icons depending of type of link / file -->
< link rel = "stylesheet" href = "css/override.css" >
< / head >
< body >
< header >
< / header >
2019-09-06 17:17:12 +02:00
< div id = "container" class = "container" >
< form id = "myForm" name = "myForm" action = "save.php" method = "post" >
< div class = "span-24 box" >
< h1 > Explication simple< / h1 >
< / div >
< div class = "span-12" >
< textarea id = "sug" name = "sug" > < / textarea >
< / div >
< div class = "span-12 last" >
< p > Pouvez vous expliquer une idée difficile en prendre seulement les dix milles mots les plus communs en français ? Essayez ici. < br >
< span class = "small" > inspiré par < a href = "https://xkcd.com/1133/" > xkcd< / a > et < a href = "https://splasho.com/upgoer5/" > the Up-Goer Five text editor< / a > < / span >
< / p >
< input type = "submit" name = "submit" value = "Enregistrer" / >
< div id = "details" >
< span > < span id = "counter" > < / span > mot(s) interdit(s)< / span > < br / >
< div id = "wordList" > < / div >
< / div >
< / div >
< / form >
< / div > <!-- ! end of #container -->
2019-09-02 16:37:11 +02:00
< footer >
< / footer >
<!-- Grab Google CDN jQuery. fall back to local if necessary -->
< script src = "js/jquery-1.9.1.js" > < / script >
< script src = "js/jquery.a-tools-1.5.2.min.js" > < / script >
< script src = "js/jquery.asuggest.js" > < / script >
< script src = "js/jquery.explanationCheck.js" > < / script >
< script src = "js/plugins.js?v=1" > < / script >
< / body >
< / html >