mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
11 lines
192 B
HTML
11 lines
192 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<title>custom event handling (react-map-gl)</title>
|
|
</head>
|
|
<body>
|
|
<script src='bundle.js'></script>
|
|
</body>
|
|
</html>
|