source: src/website_ontwerp/index.html@ 8844

Last change on this file since 8844 was 8844, checked in by dennisw, 14 years ago

index.html - link naar logo aangepast

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision
  • Property svn:mime-type set to text/html
File size: 1.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<title>Heatmap</title>
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>
9</head>
10
11<body onload="initialize()" onunload="GUnload()">
12<div id="wrapper">
13 <div id="header">
14 <a href="index.html"><img src="img/logo.jpg" border="0" style="float: left;"/></a>
15 &nbsp; <font style="font-size:24px; color:white;">Stichting Wireless Leiden</font><br />
16 &nbsp; <font style="font-size:46px; color:white;">Heatmap</font>
17 </div>
18 <div id="content">
19 <h1>Info</h1><br />
20 Rechts is een heatmap te zien met standaard testdata uit gheat. Let op dat het hier alleen om de USA gaat, en dat niet op elk zoomlevel een plaatje te zien is.<br /><br />
21 Inzoomen op Dallas geeft op het moment het beste resultaat.
22 </div>
23 <div id="heatmap"></div>
24<div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
25
26
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.