Files
readur/frontend/index.html
aaldebs99 0c56c9e816 Revert "Merge branch 'feat-pwa-support' into main"
This reverts commit 90a4892a18, reversing
changes made to bd1f7e469e.
2025-12-11 23:52:11 +00:00

16 lines
654 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Readur - Document Intelligence Platform</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>