Update HTML + .gitignore

This commit is contained in:
Joshua 2024-09-09 15:27:06 +02:00
parent e92d18c821
commit 50216cb33d
2 changed files with 14 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignorer tous les fichiers .log
*.log
# Ignorer tous les fichirs .tmp.
*.tmp.

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Projet GIT Joshua</title>
</head>
<body>
<h1>Coucou la team !</h1>
</body>
</html>