<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<!-- Lien vers le CSS -->
<link rel="stylesheet" href="style/mastodonFooter.css">
<title>Document</title>
</head>
<body>
<!-- div à placer où le lien doit être affiché -->
<div id="petitAffichage"></div>
<!-- scripts permettant l’affichage -->
<script src="js/affichage.js"></script>
<script>
getProfile("https://toot.gnous.eu", 3703);
</script>
</body>
</html>