38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="NaviDocs - Professional boat manual management with OCR and intelligent search">
|
|
<title>NaviDocs - Boat Manual Management</title>
|
|
|
|
<!-- Preconnect to improve performance -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<!-- Inter font -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<!-- Fira Code for monospace -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
|
|
|
|
<!-- Manifest for PWA -->
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<!-- Theme color (matches primary brand) -->
|
|
<meta name="theme-color" content="#c026d3">
|
|
|
|
<!-- Open Graph (basic) -->
|
|
<meta property="og:title" content="NaviDocs - Boat Manual Management" />
|
|
<meta property="og:description" content="Upload, OCR and search boat manuals instantly with Meilisearch-powered UI." />
|
|
|
|
<!-- iOS -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta name="apple-mobile-web-app-title" content="NaviDocs">
|
|
</head>
|
|
<body class="bg-dark-50 text-dark-900 font-sans antialiased">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|