-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.html
37 lines (35 loc) · 1.38 KB
/
data.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Data | OECD - Computer Education Data</title>
<script src="http://code.jquery.com/jquery-latest.min.js"
type="text/javascript"></script>
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<link rel="stylesheet" media="screen" href="style/reset.css" />
<link rel="stylesheet" media="screen and (max-device-width: 480px)" href="style/mobile.portrait.css" />
<link rel="stylesheet" media="screen and (max-device-width: 720px)" href="style/mobile.landscape.css" />
<link rel="stylesheet" media="screen" href="style/style.css" />
<script src="scripts/data.js" type="text/javascript"></script>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="graph.html">Graph</a></li>
<li><a href="map.html">Map</a></li>
</ul>
</nav>
<img src="images/logooecd_en.png" />
<h1> Organisation for Economic Co-operation and Development | Computer Education Time Series</h1>
</header>
<div id="container">
<table></table>
</div><!--end container -->
<footer>
<h5> © OECD 2012 | Website developed by
<a href="http://www.michaeldabydeen.com" target="_blank"> Michael Dabydeen</a> & <a href="http://www.michaeldabydeen.com" target="_blank"> Daniel Audino</a> </h5>
</footer>
</body>
</html>