diff options
| -rw-r--r-- | web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 53fbf3c..676b869 100644 --- a/web/index.html +++ b/web/index.html @@ -5,6 +5,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Claudomator</title> <meta name="base-path" content="/claudomator"> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="stylesheet" href="style.css" /> <link rel="icon" href="data:,"> </head> |
