<!DOCTYPE html> <html lang="en" class="fcmap-h-full fcmap-w-full"> <head> <meta charset="utf-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Fab City Hamburg Map</title> </head> <body class="fcmap-h-full fcmap-w-full"> <div id="app" class="fcmap-h-full fcmap-w-full fcmap-bg-slate-500"></div> <noscript>You need to enable JavaScript to run this app.</noscript> <script type="module" src="./src/index.tsx"></script> </body> </html>