mosaic-widgets/public/rss.html

11 lines
265 B
HTML
Raw Normal View History

2023-06-12 12:49:05 +00:00
<html>
<head>
<meta http-equiv="refresh" content="3600">
2023-06-14 09:26:11 +00:00
<script src="FONTAWESOME_SCRIPT_URL" crossorigin="anonymous"></script>
2023-06-12 12:49:05 +00:00
<script type="module" src="./js/RSS.js"></script>
</head>
<body>
<lavender-rss></lavender-rss>
</body>
</html>