source: src/website_ontwerp/index.html@ 8848

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

website_ontwerp - maxzoom aangepast, testdata Leiden toegevoegd, schaal van dots aagenpast

  • 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.0 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 Info
21 </div>
22 <div id="heatmap"></div>
23<div id="footer"> <a href="http://www.wirelessleiden.nl/">wirelessleiden.nl</a> </div>
24
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.