Première sauvegarde sur git

On va voir si ça marche
This commit is contained in:
bonnebulle
2025-11-21 10:07:28 +00:00
parent aada21181f
commit 48dfc46200
483 changed files with 26869 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<u>text souligné</u>
<a href="#top">lien vers</a>
<h1>titre</h1>
<h2>titre</h2>
<h3>titre</h3>
<h4>titre</h4>
<h5>titre</h5>
<h6>titre</h6>
</body>
</html>