dda-masto-embed/public/index.html

13 lines
248 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-24 16:41:40 +00:00
<div id="mastodon-timeline">
Here the timeline will appear.
</div>
2020-04-24 09:24:09 +00:00
<script src="js/main.js"></script>
</body>
</html>