Update HTML + .gitignore
This commit is contained in:
parent
e92d18c821
commit
50216cb33d
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Ignorer tous les fichiers .log
|
||||
*.log
|
||||
# Ignorer tous les fichirs .tmp.
|
||||
*.tmp.
|
10
index.html
Normal file
10
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user