Spaces:
Running
Running
Update index.html
Browse files- index.html +7 -2
index.html
CHANGED
|
@@ -5,10 +5,15 @@
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>AI Website Selector</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
| 9 |
<style>
|
| 10 |
-
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
|
| 11 |
-
|
| 12 |
:root {
|
| 13 |
--primary-dark: #0a192f;
|
| 14 |
--primary-light: #172a45;
|
|
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>AI Website Selector</title>
|
| 8 |
+
<!-- Preconnect to external domains for faster resource loading -->
|
| 9 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 10 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 11 |
+
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
|
| 12 |
+
<link rel="preconnect" href="https://huggingface.co">
|
| 13 |
+
<!-- Load Google Fonts with <link> instead of @import -->
|
| 14 |
+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 15 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
|
| 16 |
<style>
|
|
|
|
|
|
|
| 17 |
:root {
|
| 18 |
--primary-dark: #0a192f;
|
| 19 |
--primary-light: #172a45;
|