Gateprep / frontend /index.html
banu4prasad's picture
LCP optimization 2
8356c2e
Raw
History Blame Contribute Delete
957 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="description" content="GATE Prep Platform - Comprehensive test series and analytics for GATE aspirants." />
<title>GATE Prep Platform</title>
<!-- Preload critical fonts (Latin subset, above-the-fold weights) -->
<link rel="preload" href="/fonts/dm-sans-1.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
<link rel="preload" href="/fonts/syne-5.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
</head>
<body>
<div id="root">
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>