20 lines
No EOL
664 B
HTML
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
|
|
<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> |