<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="theme-color" content="#f59e0b" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-title" content="Expedition" /> <link rel="manifest" href="/manifest.json" /> <title>Connor Expedition</title> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧭</text></svg>" /> <!-- iOS home screen icon fallback --> <link rel="apple-touch-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%230b0f1c'/><text y='.9em' font-size='80' x='10'>🧭</text></svg>" /> </head> <body> <div id="root"></div> <script type="module" src="/src/main.jsx"></script> <script> if ("serviceWorker" in navigator){window.addEventListener("load",() => {navigator.serviceWorker.register("/sw.js").catch(() => {});})}</script> </body> </html>{}
