38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| 
 | |
| <html lang="fr">
 | |
| 
 | |
|     <head>
 | |
|       <meta charset="utf-8" />
 | |
|       <title>teTra</title>
 | |
|       <link rel="icon" href="favicon.ico">
 | |
|       <link rel="stylesheet" href="style.css">
 | |
|       <link rel="stylesheet" href="loading.css">
 | |
|       <script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script>
 | |
|       <script type="importmap">
 | |
|         {
 | |
|           "imports": {
 | |
|             "three": "https://unpkg.com/three@0.152.2/build/three.module.js?module",
 | |
|             "three/addons/": "https://unpkg.com/three@0.152.2/examples/jsm/"
 | |
|           }
 | |
|         }
 | |
|       </script>
 | |
|     </head>
 | |
| 
 | |
|     <body>
 | |
|       <div id="loaddingCircle">
 | |
|         <div class="e-loadholder">
 | |
|           <div class="m-loader">
 | |
|             <span class="e-text">
 | |
|               <div>Chargement</div>
 | |
|               <div id="loadingPercent">0%</div>
 | |
|             </span>
 | |
|           </div>
 | |
|         </div>
 | |
|       </div>
 | |
|       <span id="messagesSpan"></span>
 | |
|       <span id="pauseSpan" tabindex="1">II</span>
 | |
|       <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
 | |
|       <script type="module" src="app.js"></script>
 | |
|     </body>
 | |
| </html> |