source: code/Website/page3.php@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 1.2 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>SaveEnergy Leiden</title>
6<link href="css/style.css" rel="stylesheet" type="text/css" />
7
8</head>
9
10<body>
11<div id="container">
12 <div id="header">
13 <img src="images/Untitled-3_01.jpg" />
14 </div>
15
16
17 <div id="navigation">
18 <a href="index.php">Home</a> <a href="page1.php?p=bar">Grafieken</a> <a href="page2.php">Uitleg</a> <a href="page3.php" "style='color:#f7921c'">Info</a>
19 </div>
20
21
22 <div id="content_wrap">
23 <div id="content_top">
24 </div>
25 <div id="content">
26 <h1>Info</h1>
27 <h2>Overige informatie</h2>
28 <p>Save Energy Leiden is een onderdeel van het Europese Save Energy project</p>
29
30<div id="chart"></div>
31<br />
32<br />
33 </div>
34
35 <div id="content_bottom">
36 </div>
37 </div>
38
39
40 <div id="footer">
41 Save Energy Leiden is een onderdeel van het <a href="http://www.ict4saveenergy.eu/">Save Energy project</a>.
42 </div>
43</div>
44</body>
45
46</html>
Note: See TracBrowser for help on using the repository browser.