forked from aboutaaron/backbone-d3-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1023 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<title>San Francisco Neighborhoods - Pavement Quality and Housing Prices</title>
<meta name="description" content="Visual analysis of pavement quality and housing price distribution in San Francisco neighborhoods">
<meta name="keywords" content="san francisco, pavements, housing, prices">
<meta name="author" content="Ram Joshi">
<meta charset="UTF-8">
<link href="src/js/libs/leaflet-0.7.2/leaflet.css" rel="stylesheet" />
<link href="src/js/libs/jquery-plugins/jQRangeSlider-5.6.0/classic-min.css" rel="stylesheet" type="text/css" />
<link href="src/js/libs/jquery-plugins/jquery-ui-1.10.2/jquery-ui.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet/less" type="text/css" href="src/css/styles.less" />
<script src="src/js/libs/less/less-1.6.3.min.js" type="text/javascript"></script>
<script data-main="src/js/config/require-config" src="src/js/libs/require-2.1.11/require.js"></script>
</head>
<body></body>
</html>