VELTRON.NET/TDKHome/more/weather.html
MattTheTekie dcb3d66bc5 Add TDKHome files
Add TDKHome files
2023-09-15 13:04:40 -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>