Skip to content

Commit

Permalink
Merge branch 'release/0.2.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
deleusec committed Apr 5, 2022
2 parents 3ba1dd4 + 23fa2dd commit b448247
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>

<section id="contact">
<h2>Contact</h2>

Expand Down
10 changes: 9 additions & 1 deletion accueil.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
<title>Page d'accueil</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<h1>Accueil</h1>
<img src="https://www.untruc.net/wp-content/uploads/2020/09/maxresdefault-2.jpg" width="500">
</body>
</html>
</html>

0 comments on commit b448247

Please sign in to comment.