Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed May 31, 2024
1 parent 723e409 commit ceebc80
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions Hiking/accueil.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,29 +98,23 @@ <h3>Nos styles</h3>

</article>

<!-- the aside content can also be nested within the main content -->

<h2>Related</h2>

<ul>
<li><a href="#">Oh I do like to be beside the seaside</a></li>
<li><a href="#">Oh I do like to be beside the sea</a></li>
<li><a href="#">Although in the North of England</a></li>
<li><a href="#">It never stops raining</a></li>
<li><a href="#">Oh well...</a></li>
</ul>
</aside>


<!-- the aside content can also be nested within the main content -->
<aside>
<h3>Contactez-nous</h3>
<h2>Related</h2>

<ul>
<li><a href="https://matrix.to/#/#render-osmand:tedomum.net"><img src="/icon/logo_matrix.svg" width="20" ><a href="https://matrix.to/#/#render-osmand:tedomum.net">Matrix</a><code>#render-osmand:tedomum.net</code></li>
<li><a href="https://t.me/OsmandRendering"><img src="/icon/logo_telegram.svg" width="25" ></a><a href="https://t.me/OsmandRendering">Telegram</a> - <code>@OsmandRendering</code></li>
<li><a href="#">Oh I do like to be beside the seaside</a></li>
<li><a href="#">Oh I do like to be beside the sea</a></li>
<li><a href="#">Although in the North of England</a></li>
<li><a href="#">It never stops raining</a></li>
<li><a href="#">Oh well...</a></li>
</ul>
</aside>




</main>

<!-- And here is our main footer that is used across all the pages of our website -->
Expand Down

0 comments on commit ceebc80

Please sign in to comment.