<html> <head> <link rel="stylesheet" href="/static/style.css"> <meta charset="utf-8"> <style> body{ margin:0; padding:0; overflow:hidden; } </style> <title>User study version 3D</title> </head> <body> <div class = "canvas"> <canvas id="canvas" width="1920" height="1080"> Votre navigateur ne supporte pas les canvas, essayez-en un autre. </canvas> </div> <script src="/static/three.js"></script> <script src="/static/LoaderSupport.js"></script> <script src="/static/OBJLoader2.js"></script> <script src="/static/OrbitControls.js"></script> <script src="/static/fonctions_utiles.js"></script> <script src="/static/fonctions_clavier.js"></script> <script src="/static/fonctions_contexte.js"></script> <script src="/static/fonctions_choix_vues.js"></script> <script src="/static/fonctions_inscription.js"></script> <script src="/static/fonctions_explications.js"></script> <script src="/static/fonctions_analyse.js"></script> <script src="/static/fonctions_fin.js"></script> <script src="/static/MAIN.js"></script> </body> </html>