diff --git a/public/index.html b/public/index.html
index c34f0a3..c9a2ed4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,42 +16,40 @@
-
+
+
+
+
-
- Freedom Loader
- Because why not?
-
-
-
-
-
-
+
diff --git a/public/script/fetchinfo.js b/public/script/fetchinfo.js
index 508d39c..5ec1f96 100644
--- a/public/script/fetchinfo.js
+++ b/public/script/fetchinfo.js
@@ -51,13 +51,10 @@ document.addEventListener("DOMContentLoaded", () => {
if (data.error) {
infoDiv.innerHTML = `
- Erreur : ${data.error}
+ ${data.error}
`;
infoDiv.classList.add("visible");