<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="theme-color" content="#000"> <title>3D View test</title> </head> <body> <script src="js/lib/mithril.min.js"></script> <script src="js/lib/three.min.js"></script> <script src="js/lib/TrackballControls.js"></script> <script src="js/test.js"></script> </body> </html>