You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							53 lines
						
					
					
						
							2.0 KiB
						
					
					
				| <!DOCTYPE html> | |
| <html lang="en"> | |
| 
 | |
| <head> | |
|     <meta charset="utf-8" /> | |
|     <title>Biskilog Accounting</title> | |
|     <base href="/" /> | |
|     <link href="css/app.css" rel="stylesheet" /> | |
|     <link href="manifest.json" rel="manifest" /> | |
|     <!-- Font Awesome --> | |
|     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" | |
|           rel="stylesheet" /> | |
|     <!-- Google Fonts --> | |
|     <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" | |
|           rel="stylesheet" /> | |
|     <!-- MDB --> | |
|     <!--<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.2.0/mdb.min.css" | |
|           rel="stylesheet" />--> | |
|     <!-- Fonts --> | |
|     <link rel="preconnect" href="https://fonts.googleapis.com" /> | |
|     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | |
|     <link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" | |
|           rel="stylesheet" /> | |
| 
 | |
|     <!-- Icons. Uncomment required icon fonts --> | |
|     <link rel="stylesheet" href="assets/vendor/fonts/boxicons.css" /> | |
| 
 | |
|     <!-- Core CSS --> | |
|     <link rel="stylesheet" href="assets/vendor/css/core.css" class="template-customizer-core-css" /> | |
|     <link rel="stylesheet" href="assets/vendor/css/theme-default.css" class="template-customizer-theme-css" /> | |
| 
 | |
|     <!-- Vendors CSS --> | |
|     <link rel="stylesheet" href="assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css" /> | |
| 
 | |
|     <link rel="stylesheet" href="assets/vendor/libs/apex-charts/apex-charts.css" /> | |
|     <link href="Biskilog_Accounting.Client.styles.css" rel="stylesheet" /> | |
| </head> | |
| 
 | |
| <body> | |
|     <div id="app"> | |
| 
 | |
|     </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>navigator.serviceWorker.register('service-worker.js');</script> | |
| </body> | |
| 
 | |
| </html>
 | |
| 
 |