Initialisation du commit avec index.html et .gitignore

This commit is contained in:
brunetg 2024-09-16 11:02:11 +02:00
parent 410c97105f
commit 8e7c1d4623
2 changed files with 21 additions and 0 deletions

2
gitignore Normal file
View File

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

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!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>
<h1>
Hello world!
</h1>
</body>
</html>