ajout footer

This commit is contained in:
ethylotest
2021-03-23 15:14:54 +01:00
parent 1e2aa8ce45
commit 0ccf124418
11 changed files with 50 additions and 15 deletions

20
fr/footer.html Normal file
View File

@@ -0,0 +1,20 @@
<!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>© KOSMOPOLIT littératures germanophones et européennes</p>
<p>10 rue Vandrezanne</p>
<p>75013 Paris</p>
<p>kosmopolit.contact@protonmail.com</p>
</div>
</div>
</body>
</html>