le_simple_mot/index.html

50 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Le Simple Mot</title>
<meta name="description" content="Le simple mot t'indique tes mots qui sont trop compliqués.">
<meta name="author" content="Melcore">
<meta property="og:title" content="Le Simple Mot">
<meta property="og:type" content="website">
<meta property="og:url" content="/">
<meta property="og:description" content="Le simple mot t'indique tes mots qui sont trop compliqués.">
<meta property="og:image" content="/image.png">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="title">Le simple mot</h1>
<h2 class="subtitle"><i>« Ce que l'on conçoit bien sénonce clairement, et les mots pour le dire arrivent aisément »</i><p class="author">Nicolas Boileau-Despréaux</p></h2>
<div contenteditable="true" id="text_input">
</div>
<footer>
<a href="https://eduscol.education.fr/186/liste-de-frequence-lexicale">Données du ministère de l'éducation national et de la jeunesse</a>
· Inspiré de <a href="https://xkcd.com/simplewriter/">xkcd</a>
· Création de <a href="https://melcore.fr/">Melcore</a>
· <a href="https://git.afpy.org/Melcore/le_simple_mot">Dépôt</a> du projet
· <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">Licence CC BY-NC-SA</a>
</footer>
<script src="list.js"></script>
<script src="script.js"></script>
</body>
</html>