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