22 lines
773 B
HTML
22 lines
773 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#EEF1F6" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet" />
|
|
<title>Bettersight</title>
|
|
<meta name="description" content="Competitive intelligence for adventure travel operators. Better sight, better moves.">
|
|
<style>html, body { background-color: #EEF1F6; }</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" class="isolate"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|