-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (27 loc) · 1.08 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
26
27
28
29
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Geo Tweet Visualization</title>
<meta name="description" content="D3, orthographic, twitter, firehouse, heroku">
<link rel="stylesheet" href="public/vendor/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="public/vendor/bootstrap/bootstrap-theme.min.css">
<link rel="stylesheet" href="public/css/styles.css" />
<script data-main="public/js/main.js" src="public/vendor/require.js"></script>
</head>
<body>
<div id="twitter-tour">
<div class="twitter-tour-canvas"></div>
<div class="canvas-head"></div>
<div id="text-section"><span class="user-text"></span></div>
<div id="text-location"><span></span></div>
<div class="text-configuration"><span></span></div>
<img id="media-image" style="display:none;">
<div class="cover">
<div class="loader" data-delay="150" data-frame="0" data-length="8"></div>
<!--<script type="text/javascript">window.fuelux_loader.scan();</script>-->
<div class="blanket"></div>
</div>
</div>
</body>
</html>