27 lines
		
	
	
		
			516 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			516 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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>
 | |
| 
 | |
| 
 |