Xiaoji Chen dd5baee74e Website and examples polish (#294)
- Add geojson example
- Add introduction, credit and link to source to all examples
- CSS bug fixes
- Remove unused website components
- Header image
2017-06-27 22:31:33 -07:00

12 lines
243 B
HTML

<!doctype html>
<html>
<head>
<meta charset='UTF-8' />
<title>react-map-gl GeoJSON Example</title>
<link rel="stylesheet" type="text/css" href="app.css">
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>