<!DOCTYPE html> <html> <head> <title>Three Js Cube</title> <script src="Jquery.js"></script> <style> body{ position: absolute; margin: 0 auto; padding: 0 auto; left: 0; right: 0; top: 0; bottom: 0; } </style> </head> <body> <script src="three.min.js"></script> <script src="Main.js"></script> </body> </html>