mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
|     <head>
 | |
|         <meta charset="utf-8">
 | |
|         <meta http-equiv="x-ua-compatible" content="ie=edge">
 | |
|         <title>Ferret E2E SPA</title>
 | |
|         <meta name="description" content="">
 | |
|         <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
|         <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 | |
|         <link rel="stylesheet" href="index.css">
 | |
|     </head>
 | |
|     <body class="text-center">
 | |
|         <div id="root"></div>
 | |
|         <script src="https://unpkg.com/react@16.8.6/umd/react.production.min.js"></script>
 | |
|         <script src="https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js"></script>
 | |
|         <script src="https://unpkg.com/history@4.9.0/umd/history.min.js"></script>
 | |
|         <script src="https://unpkg.com/react-router@4.3.1/umd/react-router.js"></script>
 | |
|         <script src="https://unpkg.com/react-router-dom@4.3.1/umd/react-router-dom.js"></script>
 | |
|         <script src="index.js" type="module"></script>
 | |
|     </body>
 | |
| </html>
 |