skip to Main Content

How to add CSS & JS to Docker image – Nginx

I've got 3 scripts index.html style.css and script.js $(document).mousemove(function (event) { $('.torch').css({ 'top': event.pageY, 'left': event.pageX }); }); html { height: 100%; } body { height: 100%; background: url("https://wallpapercave.com/wp/6SLzBEY.jpg") no-repeat left top; background-size: cover; overflow: hidden; display: flex; flex-flow: column…

VIEW QUESTION
Back To Top
Search