mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
13 lines
330 B
HTML
13 lines
330 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<title>react-map-gl examples</title>
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
|
<style>body {margin: 0; padding: 0}</style>
|
|
</head>
|
|
<body>
|
|
<script src='app.js'></script>
|
|
</body>
|
|
</html>
|