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 Normal View History

2020-05-30 16:52:26 +00:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
2020-06-07 14:39:10 +00:00
<!-- Lien vers le CSS -->
2020-05-30 16:52:26 +00:00
<link rel="stylesheet" href="style/mastodonFooter.css">
2020-06-07 14:39:10 +00:00
<title>Document</title>
2020-05-30 16:52:26 +00:00
</head>
<body>
2020-06-07 14:39:10 +00:00
<!-- div à placer où le lien doit être affiché -->
<div id="petitAffichage"></div>
<!-- scripts permettant laffichage -->
2020-05-30 16:52:26 +00:00
<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>
2020-06-07 14:39:10 +00:00
2020-05-30 16:52:26 +00:00
</body>
</html>