dda-masto-embed/public/index.html

20 lines
649 B
HTML
Raw Normal View History

2020-04-24 09:24:09 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>masto-embed</title>
</head>
2020-07-08 07:23:28 +00:00
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
2020-04-24 09:24:09 +00:00
<body>
2020-07-08 07:23:28 +00:00
<div class="container">
<div id="masto-embed"
2022-03-11 11:50:09 +00:00
account_name="team"
host_url="https://social.meissa-gmbh.de"
replies_to="107937234506182462"
filter_favorited=true>
2020-07-08 07:23:28 +00:00
Here the timeline will appear.
</div>
2020-04-24 16:41:40 +00:00
</div>
2020-04-24 09:24:09 +00:00
<script src="js/main.js"></script>
</body>
</html>