mosaic-widgets/public/weather.html
2024-05-12 17:21:30 -05:00

11 lines
213 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="120">
<script type="module" src="./js/Weather.js"></script>
</head>
<body>
<mosaic-weather></mosaic-weather>
</body>
</html>