31 lines
988 B
HTML
31 lines
988 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<base href="../"/>
|
|
<link href="./styles/style.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body id="body_navbar">
|
|
|
|
<div class="navbar">
|
|
|
|
<input type="checkbox" id="burger">
|
|
<label for="burger" class="burger"></label>
|
|
<div class="nav_left">
|
|
<a id="nav_logo" href="index.html" target="_parent"><img src="./docs/nav/kosmopolit_logo_mini.png" alt="logo kosmopolit"></a>
|
|
<a href="./fr/association.html" target="_parent"><p>association</p></a>
|
|
<a href="./fr/litterall.html" target="_parent"><p>Litter<i>all</i></p></a>
|
|
<a href="./fr/lettres.html" target="_parent"><p>Lettres d'Europe et d'Ailleurs</p></a>
|
|
<a href="./fr/actualites.html" target="_parent"><p>Actualités</p></a>
|
|
</div>
|
|
|
|
<div class="nav_right">
|
|
<iframe src="./fr/nav_lang.html"></iframe>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|