-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
28 lines (26 loc) · 928 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
26
27
28
<!doctype html>
<html>
<head>
<title>Mozilla Perú Community Meetup</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="https://code.cdn.mozilla.net/fonts/zilla-slab.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v3.2.0/mapbox.css" />
</head>
<body>
<header>
<img src="https://d24wuq6o951i2g.cloudfront.net/img/events/id/298/2980164/assets/399.moz-logo-bw-rgb.png" alt="">
</header>
<h1>
Community meetup
</h1>
<div class='upcoming-wrapper'>
<div id='upcoming-event'></div>
<div id='venue-map'></div>
</div>
<div id='events-wrapper'></div>
<script src='https://api.mapbox.com/mapbox.js/v3.2.0/mapbox.js'></script>
<script type='module' src='js/components.js'></script>
<script src='js/events.js'></script>
</body>
</html>