Archived
1
0
Fork 0

Ajout de commentaires

This commit is contained in:
Rick 2020-06-07 16:39:10 +02:00
parent 0cf6459986
commit b42d7f77f2
Signed by: Rick
GPG key ID: 9570A7DB7CB2F436

View file

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