UNPKG

bs-mapbox-gl

Version:
29 lines (27 loc) 482 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Debug</title> <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" /> <style> body { margin: 0; padding: 0; } #map { position: absolute; top: 0; bottom: 0; width: 100%; } </style> </head> <body> <div id="map"></div> <script src="./index.re"></script> </body> </html>