TDKHome.old/apps/more/weather.html
MattTheTekie 98d6691f82 uwu
uwu
2023-07-14 10:46:07 -04:00

20 lines
No EOL
664 B
HTML

<html>
<head>
<title>Weather</title>
<meta name="viewport" content="width=240">
<style>
#weather { position:absolute; left:0px; top:50px; width:240px; }
</style>
</head>
<body>
<div id="weather">
<center>
<font size=2 style="background:yellow">
Weather&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="javascript:window.history.go(-1);">X</a></font><br>
<a href="http://www.findlocalweather.com/forecast/oh/api.html" target="_blank">
<img src="http://www.findlocalweather.net/forecast.php?forecast=hourly&pands=api+oh&config=png&alt=hwilozone" border="0" alt="weather"></a>
</center>
</div>
</body>
</html>