Archived
1
0
Fork 0
This repository has been archived on 2024-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-icone/index.html

17 lines
395 B
HTML
Raw Normal View History

2020-05-30 16:52:26 +00:00
<!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>
2020-05-30 17:02:50 +00:00
getProfile("https://toot.gnous.eu", 3703);
2020-05-30 16:52:26 +00:00
</script>
</body>
</html>