Ajout de index.html et .gitignore
This commit is contained in:
parent
0a337781c7
commit
94bf1b015f
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.tmp
|
||||
*.log
|
16
index.html
Normal file
16
index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Projet Site Web</tilte>
|
||||
</head>
|
||||
<header>
|
||||
<h2>Entreprise - Services et Solutions</h2>
|
||||
</header>
|
||||
<body>
|
||||
<h1> Bienvenue sur le site</h1>
|
||||
</body>
|
||||
<footer>
|
||||
<p>© 2024 - Entreprise</p>
|
||||
</footer>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user