Ajout de commentaires
This commit is contained in:
parent
0cf6459986
commit
b42d7f77f2
1 changed files with 10 additions and 4 deletions
|
@ -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 à placer où le lien doit être affiché -->
|
||||
<div id="petitAffichage"></div>
|
||||
</footer>
|
||||
|
||||
<!-- scripts permettant l’affichage -->
|
||||
<script src="js/affichage.js"></script>
|
||||
<script>
|
||||
getProfile("https://toot.gnous.eu", 3703);
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in a new issue