mosaic-widgets/public/weather.html

11 lines
213 B
HTML
Raw Normal View History

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