diff myw/index.html @ 77:6ede61cb9d12

add myw
author paulo
date Tue, 31 May 2016 23:40:17 -0600
parents
children 302eebbf025f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/myw/index.html	Tue May 31 23:40:17 2016 -0600
     1.3 @@ -0,0 +1,15 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<title>myw</title>
     1.7 +<link rel="stylesheet" type="text/css" href="index.css">
     1.8 +</head>
     1.9 +
    1.10 +<body>
    1.11 +<div id="desktopLink">
    1.12 +  <a href="http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971">Desktop</a>
    1.13 +</div>
    1.14 +<div id="mobileLink">
    1.15 +  <a href="http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558">Mobile</a>
    1.16 +</div>
    1.17 +</body>
    1.18 +</html>