Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -1
index.html
CHANGED
|
@@ -11,8 +11,15 @@
|
|
| 11 |
<meta property="og:url" content="https://wuhp.org" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1194928369043500" crossorigin="anonymous"></script>
|
| 15 |
-
<
|
|
|
|
| 16 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" />
|
| 17 |
<script type="importmap">
|
| 18 |
{
|
|
|
|
| 11 |
<meta property="og:url" content="https://wuhp.org" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
|
| 14 |
+
<!-- Performance Hints -->
|
| 15 |
+
<link rel="preconnect" href="https://cdn.tailwindcss.com">
|
| 16 |
+
<link rel="preconnect" href="https://pagead2.googlesyndication.com">
|
| 17 |
+
<link rel="preconnect" href="https://fundingchoicesmessages.google.com">
|
| 18 |
+
<link rel="preconnect" href="https://googleads.g.doubleclick.net">
|
| 19 |
+
|
| 20 |
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1194928369043500" crossorigin="anonymous"></script>
|
| 21 |
+
<!-- Defer Tailwind to prevent render blocking -->
|
| 22 |
+
<script src="https://cdn.tailwindcss.com" defer></script>
|
| 23 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" />
|
| 24 |
<script type="importmap">
|
| 25 |
{
|