dda-masto-embed/public/index.html

11 lines
193 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>
<div id="root"></div>
<script src="js/main.js"></script>
</body>
</html>