Rick
/
mastodon-icone
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/exemple.html

23 lines
491 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<!-- Lien vers le CSS -->
<link rel="stylesheet" href="style/mastodonFooter.css">
<title>Document</title>
</head>
<body>
<!-- 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>