dda-masto-embed/public/index.html

16 lines
351 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>
<body>
2020-06-19 09:05:45 +00:00
<div id="masto-embed"
account_name="team"
xaccount_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>