2026-03-22 02:57:49 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-06-05 23:18:55 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
2026-04-24 14:47:17 +08:00
|
|
|
<title>SnapOtter</title>
|
2026-06-16 18:04:52 +08:00
|
|
|
<meta name="description" content="Open-source, self-hosted file processing platform" />
|
2026-03-26 22:46:01 +08:00
|
|
|
<meta name="theme-color" content="#3b82f6" />
|
2026-05-10 21:49:56 +08:00
|
|
|
<link rel="icon" type="image/png" sizes="48x48" href="/favicon.png" />
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
2026-03-26 22:52:56 +08:00
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2026-04-24 14:47:17 +08:00
|
|
|
<meta property="og:title" content="SnapOtter" />
|
2026-06-16 18:04:52 +08:00
|
|
|
<meta property="og:description" content="Open-source, self-hosted file processing platform" />
|
2026-03-26 22:46:01 +08:00
|
|
|
<meta property="og:type" content="website" />
|
2026-05-10 21:49:56 +08:00
|
|
|
<meta property="og:url" content="https://snapotter.com" />
|
|
|
|
|
<meta property="og:image" content="https://snapotter.com/og-image.png" />
|
2026-03-22 02:57:49 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|