--- a/stlviewer.html Wed Apr 05 01:00:00 2017 +0200 +++ b/stlviewer.html Thu Apr 06 15:03:40 2017 +0200 @@ -5,15 +5,15 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> - <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + <link rel="stylesheet" href="js/jquery-ui.css" /> <link rel="stylesheet" href="stlviewer.css" /> - <script src="https://code.jquery.com/jquery-1.12.4.js"></script> - <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> + <script src="js/jquery-1.12.4.min.js"></script> + <script src="js/jquery-ui.min.js"></script> - <script src="https://threejs.org/build/three.js"></script> - <script src="https://threejs.org/examples/js/Detector.js"></script> - <script src="https://threejs.org/examples/js/loaders/STLLoader.js"></script> - <script src="https://threejs.org/examples/js/controls/OrbitControls.js"></script> + <script src="js/three.min.js"></script> + <script src="js/Detector.js"></script> + <script src="js/STLLoader.js"></script> + <script src="js/OrbitControls.js"></script> </head> <body>