Changeset 8836 for src/website_ontwerp/index.html
- Timestamp:
- Feb 17, 2011, 3:57:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/website_ontwerp/index.html
r8834 r8836 5 5 <title>Heatmap</title> 6 6 <link href="css/style.css" rel="stylesheet" type="text/css" media="screen" /> 7 <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 8 <script type="text/javascript" language="Javascript" src="script/gmap.js"></script> 7 9 </head> 8 10 9 <body >11 <body onload="initialize()"> 10 12 <div id="wrapper"> 11 13 <div id="header"> 12 <a href="index. php"><img src="img/logo.png" border="0" style="float: left;"/></a>14 <a href="index.html"><img src="img/logo.png" border="0" style="float: left;"/></a> 13 15 <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br /> 14 16 <font style="font-size:46px; color:white;">Heatmap</font> 15 17 </div> 16 18 <div id="content"> 17 <h1> Content</h1><br />18 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pretium, lacus id mattis tempus, ligula leo volutpat nunc, vitae imperdiet velit felis eget magna. Praesent eu dolor sem. Curabitur at libero eget mauris sodales semper vel viverra dui. Nunc ornare pulvinar augue, quis lacinia turpis fermentum nec. Sed dictum, odio in convallis imperdiet, nisi justo ornare neque, non ullamcorper tortor nulla vel leo. Suspendisse urna lacus, blandit at ullamcorper in, mollis id metus. Phasellus varius leo dictum justo tempus feugiat. Nullam mauris nulla, pretium ac feugiat sed, fringilla at enim. Curabitur tellus ante, hendrerit vel tristique nec, cursus vel libero. Donec ut diam enim, lacinia cursus turpis. Nulla ac urna ligula. Nunc urna lacus, adipiscing in lacinia et, posuere at ante. Sed luctus, neque varius semper ultricies, tellus erat pharetra massa, nec condimentum nulla urna non urna. In sed sagittis orci. In eu malesuada nunc. Mauris id nibh dui, id ornare odio.19 <h1>Info</h1><br /> 20 Rechts is een implementatie van Google Maps te zien met 3 lat/long punten die een polygon vormen. 19 21 </div> 20 <div id="heatmap"> 21 < MAAND > | < JAAR ><br /> 22 1 2 3 4 5<br /> 23 <iframe width="610" height="404" style="border-width:1px; border-style:solid; border-color:black;" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.nl/maps?q=leiden&oe=utf-8&client=firefox-a&ie=UTF8&hl=nl&hq=&hnear=Leiden,+Zuid-Holland&z=12&ll=52.160322,4.493926&output=embed"></iframe> 24 </div> 25 </div> 22 <div id="heatmap"></div> 26 23 <div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div> 27 24
Note:
See TracChangeset
for help on using the changeset viewer.