From 49a6b27c1f9d983c693903b2b82f1c548bc38bf7 Mon Sep 17 00:00:00 2001
From: VIAUD Nathan <nathan.viaud@inria.fr>
Date: Mon, 31 Mar 2025 09:33:46 +0200
Subject: [PATCH] Edit main.html

---
 custom/main.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/custom/main.html b/custom/main.html
index 5d3883b..081f518 100644
--- a/custom/main.html
+++ b/custom/main.html
@@ -3,8 +3,8 @@
 {% block extrahead %}
 <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet" />
 <link href="/css/fontawesome-all.css" rel="stylesheet" />
-<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet" />
-<link href="https://unpkg.com/@tailwindcss/typography@0.4.1/dist/typography.min.css" rel="stylesheet" />
+<link type="text/css" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet" />
+<link type="text/css" href="https://unpkg.com/@tailwindcss/typography@0.4.1/dist/typography.min.css" rel="stylesheet" />
 <link href="/css/swiper.css" rel="stylesheet" />
 <link href="/css/magnific-popup.css" rel="stylesheet" />
 <link href="/css/styles.css" rel="stylesheet" />
-- 
GitLab