-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (21 loc) · 819 Bytes
/
index.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Open Web Standards Network Map</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Open+Sans:400italic,400|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheet.css">
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<header>
<h1>OPEN WEB STANDARDS NETWORK MAP</h1>
<h2>The organizations and groups standardizing Open Web technologies</h2>
<nav></nav>
</header>
<script src="standards.js"></script>
</body>
</html>