From ed4b7c5305d3077d568342679a67942b8f3dc994 Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentinbolsee@hotmail.com>
Date: Wed, 11 Oct 2023 12:21:03 -0400
Subject: [PATCH] css cross

---
 dist/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dist/index.html b/dist/index.html
index 0d32dd6..23aab02 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -3,13 +3,13 @@
 <html>
 <head>
 	<link rel="icon" type="image/x-icon" href="images/logo.png">
- 	
+
 	<meta charset="utf-8">
 	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
 	<meta http-equiv="Pragma" content="no-cache" />
 	<meta http-equiv="Expires" content="-1" />
   <script type="module" crossorigin src="/assets/main-e1885530.js"></script>
-  <link rel="stylesheet" href="/assets/index-c5b4e48b.css">
+  <link rel="stylesheet" type="text/css" href="/assets/index-c5b4e48b.css">
 </head>
 <body style="background-color: rgb(255, 255, 255);">
 	<h1>gerber2png</h1>
@@ -77,6 +77,6 @@
 			</div>
 		</div>
 	</div>
-	
+
 </body>
 </html>
-- 
GitLab