Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValidUser committed Dec 31, 2023
1 parent 683df5b commit 4bb556a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<h1 id="titre_principale">Saterz's Website</h1>
<br>
<nav>
<span class="material-symbols-outlined">home</span><a href="/index.html">Accueil</a>
<span class="material-symbols-outlined">info</span><a href="/apropos.html">À propos</a>
<span class="material-symbols-outlined">alternate_email</span><a href="/contact.html">Contact</a>
<a href="/index.html">Accueil</a></li>
<a href="/apropos.html">À propos</a></li>
<a href="/contact.html">Contact</a></li>
</nav>
</header>

Expand All @@ -46,7 +46,7 @@ <h2 class="titres">Bienvenue sur mon site personnel</h2>
</section>

<footer>
<p>Copyright © 2023 Saterz</p>
<p>© 2023 Saterz</p>
</footer>
</body>
</body>
Expand Down

0 comments on commit 4bb556a

Please sign in to comment.