Files
2022_WEBSITE_kosmopolit/new/fr/footer.html

19 lines
468 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>
<div class="footer">
<div class="footer_container">
<p>© ASSOCIATION littératures germanophones et européennes</p>
<p>kosmopolit.contact@protonmail.com</p>
</div>
</div>
</body>
</html>