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.
		
		
		
		
		
			
		
			
				
					
					
						
							73 lines
						
					
					
						
							2.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							73 lines
						
					
					
						
							2.7 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" /> | |
|     <link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css"> | |
|     <!-- 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" /> | |
| 
 | |
|     <!-- 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 rel="stylesheet" href="_content/BlazorDateRangePicker/daterangepicker.min.css" /> | |
|     <link href="Biskilog_Accounting.Client.styles.css" rel="stylesheet" /> | |
| </head> | |
| 
 | |
| <body> | |
|     <style TYPE="text/css" media="screen,print"> | |
|         @font-face { | |
|             font-family: CCode39; | |
|             src: url("fonts/CCode39.woff") format('woff') | |
|         } | |
| 
 | |
|         #barcode { | |
|             font-weight: normal; | |
|             font-style: normal; | |
|             line-height: normal; | |
|             font-family: 'CCode39', sans-serif; | |
|             text-align: center; | |
|             font-size: 11.5pt; | |
|         } | |
| 
 | |
|         #barcode_text { | |
|             font-weight: normal; | |
|             font-style: normal; | |
|             line-height: normal; | |
|             font-family: sans-serif; | |
|             text-align: center; | |
|             font-size: 11.5pt; | |
|         } | |
|     </style> | |
|     <div id="app"> | |
| 
 | |
|     </div> | |
|     <script src="_content/BlazorDateRangePicker/clickAndPositionHandler.js"></script> | |
|     <script src="_framework/blazor.webassembly.js"></script> | |
|     <script src="_content/Blazor-ApexCharts/js/apex-charts.min.js"></script> | |
|     <script src="_content/Blazor-ApexCharts/js/blazor-apex-charts.js"></script> | |
|     <script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script> | |
|     <script>navigator.serviceWorker.register('service-worker.js');</script> | |
| </body> | |
| 
 | |
| </html>
 | |
| 
 |