28 lines
		
	
	
		
			791 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			791 B
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>Tesses Dedup</title>
 | |
|     <base href="/" />
 | |
|     <link rel="stylesheet" href="css/app.css">
 | |
|     <link href="css/beer.min.css" rel="stylesheet" />
 | |
|     
 | |
|     <!-- If you add any scoped CSS files, uncomment the following to load them
 | |
|     <link href="TessesDedupWeb.styles.css" rel="stylesheet" /> -->
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <div id="app">Loading...</div>
 | |
| 
 | |
|     <div id="blazor-error-ui">
 | |
|         An unhandled error has occurred.
 | |
|         <a href="" class="reload">Reload</a> or <a href="/access_keys">Logout</a>
 | |
|         <a class="dismiss">🗙</a>
 | |
|     </div>
 | |
|     <script src="_framework/blazor.webassembly.js"></script>
 | |
|     <script src="js/beer.min.js" type="module"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |