You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
638 B
HTML

2 weeks ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="efrei.css">
</head>
<body>
<header>
<nav>
<ul id="sidemenu">
<li><a href="#about">À Propos</a></li>
<li><a href="#veille">Veille</a></li>
<li><a href="#Autres">Autres</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fas fa-times" onclick="closemenu()"></i>
</ul>
</nav>
</header>
</body>
</html>