2020-04-24 09:24:09 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>masto-embed</title>
|
|
|
|
</head>
|
2024-05-16 09:55:55 +00:00
|
|
|
<link rel="stylesheet" href="post-container.css">
|
2020-04-24 09:24:09 +00:00
|
|
|
<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-16 09:55:55 +00:00
|
|
|
|
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>
|