2020-04-24 09:24:09 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>masto-embed</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-06-19 09:05:45 +00:00
|
|
|
<div id="masto-embed"
|
|
|
|
account_name="team"
|
2020-06-24 17:53:04 +00:00
|
|
|
coment_in_account_id="2"
|
2020-04-25 12:26:33 +00:00
|
|
|
host_url="https://social.meissa-gmbh.de">
|
2020-04-24 16:41:40 +00:00
|
|
|
Here the timeline will appear.
|
|
|
|
</div>
|
2020-04-24 09:24:09 +00:00
|
|
|
<script src="js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|