create two version old and new

This commit is contained in:
Hugo LAMY
2022-03-26 18:56:28 +01:00
parent e10fc7ce33
commit 3d938681a0
575 changed files with 10766 additions and 3 deletions

14
old/fr/date.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../"/>
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<style>.date {margin-right: 2px;}</style>
</head>
<body>
<p class="date right"><i><small>décembre 2021</small></i></p>
</body>
</html>