Files
LesRecettesDePapis/header.html

7 lines
195 B
HTML
Raw Normal View History

2026-03-13 11:03:09 +01:00
<header id="header">
<div id="logo"> Un Logo </div>
<nav id="nav">
<a id="google" href="google.com">Google</a>
<a id="unTest" href="bing.com">Bing</a>
</nav>
2026-03-13 10:54:13 +01:00
</header>