mosaic-widgets/public/rainfall.html

10 lines
170 B
HTML
Raw Normal View History

2024-02-14 16:13:22 +00:00
<!DOCTYPE html>
2023-06-05 05:06:36 +00:00
<html>
<head>
<script type="module" src="./js/Rainfall.js"></script>
</head>
<body>
2024-05-12 22:21:30 +00:00
<mosaic-rainfall></mosaic-rainfall>
2023-06-05 05:06:36 +00:00
</body>
</html>