-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (21 loc) · 1.04 KB
/
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>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>AirDnG: Data and Graphs for AirBnB Listings</title>
<meta property="og:title" content="AirDnG: Data and Graphs for AirBnB Listings" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.alexandersmanning.com/AirDnG/" />
<meta property="og:image" content="http://res.cloudinary.com/ddvdi1pie/image/upload/v1483824636/final_image_g7m4b6.png"/>
<meta property="og:image:secure_url" content="https://res.cloudinary.com/ddvdi1pie/image/upload/v1483824636/final_image_g7m4b6.png" />
<meta property="og:image:width" content="863" />
<meta property="og:image:height" content="457" />
<script type="text/javascript" src="scripts/bundle.js"></script>
<link rel="icon" href="/images/connection.png"/>
<script src="https://use.typekit.net/hor1otl.js"></script>
<script>try{Typekit.load({ async: false });}catch(e){}</script>
<link rel="stylesheet" type="text/css" href="/styles/main_page.css">
</head>
<body>
<div id="root"></div>
</body>
</html>