29 lines
846 B
HTML
29 lines
846 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 class="i_navbar">
|
|
|
|
<div class="i_nav_right">
|
|
<a class="language selected" href="./fr/asociation.html" target="_parent">
|
|
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
|
|
<p>fr</p>
|
|
</a>
|
|
<a class="language" href="./de/kosmopolit.html" target="_parent">
|
|
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
|
|
<p>de</p>
|
|
</a>
|
|
<a class="language" href="./en/kosmopolit.html" target="_parent">
|
|
<img class="flag" src="./docs/nav/flag_en_mini.png" alt="English flag">
|
|
<p>en</p>
|
|
</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|