diff --git a/index.html b/index.html index 9a96108..f8ffa63 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

PHOTOLIO

- +
@@ -86,14 +86,6 @@

PHOTOLIO

document.getElementById("mySidebar").style.display = "none"; } -const helmet = require("helmet"); - -app.use( - helmet({ - crossOriginResourcePolicy: false, - }) -); -