diff --git a/index.html b/index.html
index fac466f..3d2c4a6 100644
--- a/index.html
+++ b/index.html
@@ -5,9 +5,7 @@
-
+
Florian Sylvain
diff --git a/script.js b/script.js
index e8b0151..a3632a4 100644
--- a/script.js
+++ b/script.js
@@ -17,17 +17,6 @@ const projectsIDs = Array.from(projectsContentList)
let lastScrollTop = window.pageYOffset;
-function loadCSS() {
- "use strict";
- const stylesheet = document.createElement('link');
- stylesheet.href = 'stylesheet.css';
- stylesheet.rel = 'stylesheet';
- stylesheet.type = 'text/css';
- document.querySelector('head').appendChild(stylesheet);
-}
-
-loadCSS();
-
function toAddClass(toClass, inClass) {
"use strict";