File size: 1,469 Bytes
31093a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7d9316a
3299552
31093a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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>