Open the javascript console and you will see the errors being printed.
Your first page is http but it links to an https website. The ThreeJS libraries are loaded using http which dont load on https website because when you are on https, it wants all the resources to also load over https to maintain the security.