mosaic-widgets/public/rss.html

11 lines
202 B
HTML
Raw Normal View History

2024-02-14 16:13:22 +00:00
<!DOCTYPE html>
2023-06-12 12:49:05 +00:00
<html>
<head>
<meta http-equiv="refresh" content="3600">
<script type="module" src="./js/RSS.js"></script>
</head>
<body>
2024-05-12 22:21:30 +00:00
<mosaic-rss></mosaic-rss>
2023-06-12 12:49:05 +00:00
</body>
</html>