mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-10-31 15:43:59 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
 | |
|     <title>ThingsGateway.Foundation.Demo</title>
 | |
|     <base href="/" />
 | |
| 
 | |
|     <link rel="icon" href="favicon.ico" type="image/x-icon">
 | |
| 
 | |
| 
 | |
|     <link href="_content/Masa.Blazor/css/masa-blazor.min.css" rel="stylesheet" />
 | |
|     <link href="_content/ThingsGateway.Components/css/materialdesign/v7.1.96/css/materialdesignicons.min.css" rel="stylesheet">
 | |
|     <link href="_content/ThingsGateway.Components/css/material/icons.css" rel="stylesheet">
 | |
|     <link href="_content/ThingsGateway.Components/css/fontawesome/v6.4.0/css/all.min.css" rel="stylesheet">
 | |
|     <link href="_content/ThingsGateway.Components/style/custom.css" rel="stylesheet">
 | |
|     <link href="_content/ThingsGateway.Components/prism/prism-material-dark-for-masa.css" rel="stylesheet">
 | |
|     <link href="_content/ThingsGateway.Components/prism/prism-line-highlight.min.css" rel="stylesheet">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <div id="app"></div>
 | |
| 
 | |
|     <div id="blazor-error-ui">
 | |
|         <span>
 | |
|             <environment include="Staging,Production">
 | |
|                 An error has occurred. This application may no longer respond until reloaded.
 | |
|             </environment>
 | |
|             <environment include="Development">
 | |
|                 An unhandled exception has occurred. See browser dev tools for details.
 | |
|             </environment>
 | |
|         </span>
 | |
|         <a href="" class="reload">Reload</a>
 | |
|         <a class="dismiss">🗙</a>
 | |
|     </div>
 | |
| 
 | |
|     <script src="_framework/blazor.webview.js" autostart="true"></script>
 | |
|     <script src="_content/ThingsGateway.Components/prism/prism.min.js"></script>
 | |
|     <script src="_content/BlazorComponent/js/blazor-component.js"></script>
 | |
| </body>
 | |
| </html> | 
