gitignore
This commit is contained in:
parent
9e2b54d4dc
commit
c85caf5e77
6
.gitignore
vendored
6
.gitignore
vendored
@ -3,9 +3,3 @@
|
|||||||
|
|
||||||
# Ignorer tous les fichiers temporaires
|
# Ignorer tous les fichiers temporaires
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
# Ignorer le dossier node_modules
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# Ignorer les fichiers de configuration local
|
|
||||||
config/local-config.php
|
|
||||||
|
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