| 1 |
<!DOCTYPE html> |
| 2 |
<html lang="en"> |
| 3 |
<head> |
| 4 |
<meta charset="UTF-8" /> |
| 5 |
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" /> |
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 |
<meta name="description" content="ZephyrFS - Decentralized file storage with zero-knowledge encryption" /> |
| 8 |
<meta name="theme-color" content="#1e40af" /> |
| 9 |
<link rel="apple-touch-icon" href="/icons/icon-192x192.png" /> |
| 10 |
<link rel="manifest" href="/manifest.json" /> |
| 11 |
|
| 12 |
<!-- Preload critical resources --> |
| 13 |
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 15 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" /> |
| 16 |
|
| 17 |
<title>ZephyrFS</title> |
| 18 |
</head> |
| 19 |
<body class="font-sans antialiased"> |
| 20 |
<div id="app"></div> |
| 21 |
<script type="module" src="/src/main.ts"></script> |
| 22 |
</body> |
| 23 |
</html> |