-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ejs
24 lines (24 loc) · 1.15 KB
/
index.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="Meetup - RSVP around the world">
<meta property="og:description" content="Meetup.com RSVP visualization around the world">
<meta property="og:url" content="http://www.zp11108.tld.122.155.17.167.no-domain.name">
<meta name="Description" content="Meetup.com RSVP visualization around the world">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Meetup - RSVP around the world</title>
</head>
<body>
<h2 style="margin-bottom: 0; text-align: center">Meetup - RSVP around the world: <a href="https://github.com/perjerz3434/meetup.com">Github Repo</a></h2>
<div id="app"></div>
<!-- map container -->
<div id="map" style="height: 1px"></div>
<!-- scripts -->
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.3/d3.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/topojson/1.6.9/topojson.min.js"></script>
<script src="datamaps.world.min.js"></script>
<script src="datamaps.fading-bubbles.min.js"></script>
</body>
</html>