forked from open-dash/HousePanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframe1.html
18 lines (17 loc) · 827 Bytes
/
frame1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Weather Forecast</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){js=d.createElement(s);
js.id=id;js.src="https://weatherwidget.io/js/widget.min.js";
fjs.parentNode.insertBefore(js,fjs);}}(document,"script","weatherwidget-io-js");
</script>
</head>
<body style="margin: 0;">
<a class="weatherwidget-io" href="https://forecast7.com/en/42d28n83d74/ann-arbor/?unit=us" data-label_1="ANN ARBOR" data-label_2="Weather Forecast" data-icons="Climacons" data-days="7" data-theme="original" >ANN ARBOR Weather Forecast</a>
</body>
</html>