dda-masto-embed/public/index.html

14 lines
309 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-04-25 12:26:33 +00:00
<div id="masto-embed" account_id="2"
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>