<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="style/mastodonFooter.css">
    <title>Affichage du compte Mastodon</title>
</head>
<body>
    <footer>
        <div id="petitAffichage"></div>
    </footer> 
    <script src="js/affichage.js"></script>
    <script>
        getProfile("https://toot.gnous.eu", 1693);
    </script>
</body>
</html>