44 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <title>BlazorWebAssemblyVisaApiClient</title>
 | |
|     <base href="/" />
 | |
|     <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
 | |
|     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
 | |
|     <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet" />
 | |
|     <link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
 | |
|     <link rel="stylesheet" href="css/app.css" />
 | |
|     <link rel="icon" type="image/png" href="favicon.png" />
 | |
|     <link href="BlazorWebAssemblyVisaApiClient.styles.css" rel="stylesheet" />
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <div id="app">
 | |
|         <svg class="loading-progress">
 | |
|             <circle r="40%" cx="50%" cy="50%" />
 | |
|             <circle r="40%" cx="50%" cy="50%" />
 | |
|         </svg>
 | |
|         <div class="loading-progress-text"></div>
 | |
|     </div>
 | |
| 
 | |
|     <div id="blazor-error-ui">
 | |
|         An unhandled error has occurred.
 | |
|         <a href="" class="reload">Reload</a>
 | |
|         <a class="dismiss">🗙</a>
 | |
|     </div>
 | |
|     <script src="_framework/blazor.webassembly.js"></script>
 | |
|     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
 | |
|     <!-- Add chart.js reference if chart components are used in your application. -->
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.0.1/chart.umd.js" integrity="sha512-gQhCDsnnnUfaRzD8k1L5llCCV6O9HN09zClIzzeJ8OJ9MpGmIlCxm+pdCkqTwqJ4JcjbojFr79rl2F1mzcoLMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
 | |
|     <!-- Add chartjs-plugin-datalabels.min.js reference if chart components with data label feature is used in your application. -->
 | |
|     <script src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-datalabels/2.2.0/chartjs-plugin-datalabels.min.js" integrity="sha512-JPcRR8yFa8mmCsfrw4TNte1ZvF1e3+1SdGMslZvmrzDYxS69J7J49vkFL8u6u8PlPJK+H3voElBtUCzaXj+6ig==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
 | |
|     <!-- Add sortable.js reference if SortableList component is used in your application. -->
 | |
|     <script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>
 | |
|     <script src="_content/Blazor.Bootstrap/blazor.bootstrap.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |