mosaic-widgets/public/rainfall.html

10 lines
174 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>
2023-06-05 14:58:34 +00:00
<lavender-rainfall></lavender-rainfall>
2023-06-05 05:06:36 +00:00
</body>
</html>