hecate 0.62.0

OpenStreetMap Inspired Data Storage Backend Focused on Performance and GeoJSON Interchange
<!DOCTYPE html>
<html class='h-full' lang='en'>
    <head>
        <meta charset='utf-8'/>
        <meta name='viewport' content='width=device-width, initial-scale=1'>

        <title>Hecate UI | Mapbox</title>

        <link rel="shortcut icon" type="image/png" href="/favicon.ico"/>

        <link href='node_modules/@mapbox/assembly/dist/assembly.css' rel='stylesheet'>

        <script async defer src='node_modules/@mapbox/assembly/dist/assembly.js'></script>

        <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.js'></script>
        <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.css' rel='stylesheet' />

        <link rel='stylesheet' href='node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css' type='text/css' />

        <script src='./src/main.js'></script>
    </head>
    <body class='h-full'>
        <div id="app" class="h-full relative">
        </div>
    </body>
</html>