mirror of
				https://github.com/caojiezi2003/Snavigation.git
				synced 2025-10-31 02:03:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			816 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			816 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="zh-CN">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <link rel="icon" type="image/svg+xml" href="favicon.png" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <title>Snavigation</title>
 | |
|     <!-- HarmonyOS Sans -->
 | |
|     <link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" />
 | |
|     <!-- IE Out -->
 | |
|     <script>
 | |
|       if (
 | |
|         /*@cc_on!@*/
 | |
|         false ||
 | |
|         (!!window.MSInputMethodContext && !!document.documentMode)
 | |
|       )
 | |
|         window.location.href =
 | |
|         "https://support.dmeng.net/upgrade-your-browser.html?referrer=" +
 | |
|         encodeURIComponent(window.location.href);
 | |
|     </script>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="app"></div>
 | |
|     <script type="module" src="/src/main.js"></script>
 | |
|   </body>
 | |
| </html>
 | 
