Création du fichier index.html
This commit is contained in:
parent
e195229b55
commit
af6e4695d1
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.log
|
||||
*.tmp
|
10
index.html
Normal file
10
index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Projet Site Web</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bienvenue sur le site de l'entreprise</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user