mastodon/app/javascript/entrypoints/index.html
2025-05-06 11:07:27 +02:00

9 lines
142 B
HTML

<html>
<head>
<script type="module" src="./application.ts"></script>
</head>
<body>
<div id="mastodon"></div>
</body>
</html>