dda-masto-embed/public/index.html

20 lines
481 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>
2024-05-29 12:29:46 +00:00
<link rel="stylesheet" href="post.css">
2020-04-24 09:24:09 +00:00
</head>
<body>
2020-07-08 07:23:28 +00:00
<div class="container">
<div id="masto-embed"
2024-05-16 09:55:55 +00:00
account_name="meissa"
2022-03-11 11:50:09 +00:00
host_url="https://social.meissa-gmbh.de"
2024-05-29 12:29:46 +00:00
replies_to="112432461907918517"
2022-03-11 11:50:09 +00:00
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>