Merge branch 'release/1.0.0'

- Correction du header
- Finalisation du release 1.0.0
This commit is contained in:
brunetg 2024-09-16 11:37:45 +02:00
commit b33b2e18e9
2 changed files with 31 additions and 0 deletions

2
gitignore Normal file
View File

@ -0,0 +1,2 @@
*.log
*./tmp

29
index.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Test
</title>
</head>
<body>
<header>
<h1>
Hello world! (Corrected)
</h1>
</header>
<p>
Welcome!
<p>
<footer>
<p>
BRUNET Giovanny
<p>
</footer>
</body>
</html>