diff --git a/script.js b/script.js index 82b520d5..403d212a 100644 --- a/script.js +++ b/script.js @@ -1,3 +1,5 @@ +/* Original Author >> Gabriele Corti : https://codepen.io/borntofrappe/pen/GXLWzP */ + // target the elements in the DOM used in the project /** @@ -76,4 +78,4 @@ const grantAccess = () => { // remove the event listeners, most notably the one on the window window.removeEventListener("mousemove", updateKeyPosition); keyhole.removeEventListener("mouseover", grantAccess); -}; \ No newline at end of file +};