Compare commits
6 Commits
2a782cb9ac
...
develop
Author | SHA1 | Date | |
---|---|---|---|
c6809b12af | |||
30b2164aa3 | |||
e4b8ed2b99 | |||
7ea2199630 | |||
b5037cd335 | |||
e43ead90af |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.log
|
||||
*.tmp
|
19
index.html
Normal file
19
index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
|
||||
<header>
|
||||
<h2>Entreprise - Services & Solutions</h2>
|
||||
</header>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 - Entreprise</p>
|
||||
</footer>
|
||||
scherry-pick
|
Reference in New Issue
Block a user