changeset 77:6ede61cb9d12

add myw
author paulo
date Tue, 31 May 2016 23:40:17 -0600
parents 51f0da3da721
children f833a888c548
files myw/index.css myw/index.html
diffstat 2 files changed, 22 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/myw/index.css	Tue May 31 23:40:17 2016 -0600
     1.3 @@ -0,0 +1,7 @@
     1.4 +@import "../index.css";
     1.5 +
     1.6 +div {
     1.7 +  text-align: center;
     1.8 +  line-height: 2;
     1.9 +  font-size: 500%;
    1.10 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/myw/index.html	Tue May 31 23:40:17 2016 -0600
     2.3 @@ -0,0 +1,15 @@
     2.4 +<html>
     2.5 +<head>
     2.6 +<title>myw</title>
     2.7 +<link rel="stylesheet" type="text/css" href="index.css">
     2.8 +</head>
     2.9 +
    2.10 +<body>
    2.11 +<div id="desktopLink">
    2.12 +  <a href="http://forecast.weather.gov/MapClick.php?lat=37.63048605200049&lon=-122.41107706299971">Desktop</a>
    2.13 +</div>
    2.14 +<div id="mobileLink">
    2.15 +  <a href="http://mobile.weather.gov/index.php?lat=37.61961&lon=-122.36558">Mobile</a>
    2.16 +</div>
    2.17 +</body>
    2.18 +</html>