view myw/index.html @ 90:302eebbf025f

myw: add radar and hourly
author paulo
date Fri, 24 Feb 2017 00:30:54 -0700
parents 6ede61cb9d12
children
line source
1 <html>
2 <head>
3 <title>myw</title>
4 <link rel="stylesheet" type="text/css" href="index.css">
5 </head>
7 <body>
8 <div id="desktopLink">
9 <a href="http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971">Desktop</a>
10 </div>
11 <div id="mobileLink">
12 <a href="http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558">Mobile</a>
13 </div>
14 <div id="radarLink">
15 <a href="http://radar.weather.gov/lite/N0R/MUX_loop.gif">Radar</a>
16 </div>
17 <div id="hourlyLink">
18 <a href="http://forecast.weather.gov/meteograms/Plotter.php?lat=37.6305&lon=-122.4111&wfo=MTR&zcode=CAZ508&gset=18&gdiff=3&unit=0&tinfo=PY8&ahour=0&pcmd=11011111111110000000000000000000000000000000000000000000000&lg=en&indu=1!1!1!&dd=&bw=&hrspan=48&pqpfhr=6&psnwhr=6">Hourly</a>
19 </div>
20 </body>
21 </html>