Compare commits
9 Commits
main
...
feature/co
Author | SHA1 | Date | |
---|---|---|---|
7a1f34aebb | |||
1fb4a75251 | |||
c66f455e5d | |||
434eb9a8cd | |||
7b274ed416 | |||
726b3943f3 | |||
7501012d9a | |||
8875b3de0a | |||
b2a7145633 |
14
index.html
14
index.html
@ -2,9 +2,21 @@
|
|||||||
<html lang="fr>
|
<html lang="fr>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Projet Site Web</title>
|
<title>Projet Site</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Bienvenue sur le site de l'entreprise</h1>
|
<h1>Bienvenue sur le site de l'entreprise</h1>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
<header>
|
||||||
|
<h3>Entreprise - Services & Solutions</h3>
|
||||||
|
</header>
|
||||||
|
<footer>
|
||||||
|
<p>© 2024 -Entreprise</p>
|
||||||
|
</footer>
|
||||||
|
>>>>>>> release/1.0.0
|
||||||
|
<section>
|
||||||
|
<h2>Contactez-nous</h2>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user