Created
December 8, 2015 08:31
-
-
Save cmfcmf/7ddcac18e0aeaea737e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="keywords" content="weather, world, Openstreetmap, weather, layer" /> | |
<meta name="description" content="A layer with current weather conditions in cities for world wide" /> | |
<meta name="domain" content="openweathermap.org" /> | |
<meta http-equiv="pragma" content="no-cache" /> | |
<meta http-equiv="Expires" content="-1" /> | |
</head> | |
<body> | |
<div style="font-size: medium; font-weight: bold; margin-bottom: 0px;">London</div> | |
<div style="float: left; width: 130px;"> | |
<div style="display: block; clear: left;"> | |
<div style="float: left;" title="Titel"> | |
<img height="45" width="45" style="border: medium none; width: 45px; height: 45px; background: url("http://openweathermap.org/img/w/10n.png") repeat scroll 0% 0% transparent;" alt="title" src="http://openweathermap.org/images/transparent.png"/> | |
</div> | |
<div style="float: left;"> | |
<div style="display: block; clear: left; font-size: medium; font-weight: bold; padding: 0pt 3pt;" title="Current Temperature">12°</div> | |
<div style="display: block; width: 85px; overflow: visible;"></div> | |
</div> | |
</div> | |
<div style="display: block; clear: left; font-size: small;">Clouds: 75%</div> | |
<div style="display: block; clear: left; color: gray; font-size: x-small;" >Humidity: 87%</div> | |
<div style="display: block; clear: left; color: gray; font-size: x-small;" >Wind: 4.1 m/s</div> | |
<div style="display: block; clear: left; color: gray; font-size: x-small;" >Pressure: 1019hpa</div> | |
</div> | |
<div style="display: block; clear: left; color: gray; font-size: x-small;"> | |
<a href="http://openweathermap.org/city/2643743" target="_blank">More..</a> | |
</div> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-31601618-1']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment