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">
|
<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 à placer où le lien doit être affiché -->
|
||||||
<div id="petitAffichage"></div>
|
<div id="petitAffichage"></div>
|
||||||
</footer>
|
|
||||||
|
<!-- scripts permettant l’affichage -->
|
||||||
<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>
|
Reference in a new issue