cdn.tailwindcss.com should not be used in production. To use Tailwind CSS in production, install it as a PostCSS plugin or use the Tailwind CLI: https://tailwindcss.com/docs/installation cdn.tailwindcss.com:64:1711
Browse files- index.html +2 -20
index.html
CHANGED
|
@@ -9,29 +9,11 @@
|
|
| 9 |
<title>RabbitHole Explorer 🐇</title>
|
| 10 |
<!-- RabbitHole: Client-only Wikipedia-powered knowledge exploration -->
|
| 11 |
<!-- Mobile-first immersive browsing experience -->
|
| 12 |
-
<link rel="stylesheet" href="style.css">
|
| 13 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 15 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 16 |
-
<
|
| 17 |
-
<script>
|
| 18 |
-
tailwind.config = {
|
| 19 |
-
theme: {
|
| 20 |
-
extend: {
|
| 21 |
-
colors: {
|
| 22 |
-
quantum: {
|
| 23 |
-
bg: '#0e0f11',
|
| 24 |
-
fg: '#e7e7e7',
|
| 25 |
-
muted: '#9aa0a6',
|
| 26 |
-
accent: '#4fd1c5',
|
| 27 |
-
glow: '#4fd1c540',
|
| 28 |
-
pulse: '#4fd1c520'
|
| 29 |
-
}
|
| 30 |
-
}
|
| 31 |
-
}
|
| 32 |
-
}
|
| 33 |
-
}
|
| 34 |
-
</script>
|
| 35 |
</head>
|
| 36 |
<body>
|
| 37 |
<user-profile></user-profile>
|
|
|
|
| 9 |
<title>RabbitHole Explorer 🐇</title>
|
| 10 |
<!-- RabbitHole: Client-only Wikipedia-powered knowledge exploration -->
|
| 11 |
<!-- Mobile-first immersive browsing experience -->
|
| 12 |
+
<link rel="stylesheet" href="style.css">
|
| 13 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 15 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 16 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
</head>
|
| 18 |
<body>
|
| 19 |
<user-profile></user-profile>
|