mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
15 lines
303 B
HTML
15 lines
303 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<title>react-map-gl Example</title>
|
|
<link rel="stylesheet" type="text/css" href="app.css" />
|
|
</head>
|
|
<body>
|
|
<script src='app.js'></script>
|
|
</body>
|
|
<script type="text/javascript">
|
|
App.renderToDom();
|
|
</script>
|
|
</html>
|