enlighten-qalb / public /index.html
eli02's picture
fix: Correct comment syntax for Poppins Font link in index.html
7d9316a
raw
history blame contribute delete
1.47 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#4a6fa5" />
<meta name="description" content="EnlightenQalb - Discover the wisdom of Al-Ghazali through AI-powered search" />
<!-- Favicon (will be automatically replaced if present in public folder) -->
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<!-- Web App Manifest -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Poppins Font -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap" rel="stylesheet">
<title>EnlightenQalb | Al-Ghazali Wisdom Search</title>
</head>
<body>
<!-- This div is where your React app will mount -->
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
-->
</body>
</html>