32 lines
		
	
	
		
			960 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			960 B
		
	
	
	
		
			HTML
		
	
	
| <!doctype html>
 | |
| <html lang="zh-CN">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
 | |
|   <title></title>
 | |
|   <script type="importmap">
 | |
|     {
 | |
|       "imports":{
 | |
|         "es.shim":"//jscdn.ink/es.shim/latest/index.js",
 | |
|         "wkit":"//jscdn.ink/wkit/latest/index.js",
 | |
|         "vue":"//jscdn.ink/vue/3.2.47/vue.esm-browser.prod.js",
 | |
|         "vue-router":"//jscdn.ink/@bytedo/vue-router/4.1.6/vue-router.js","fetch":"//jscdn.ink/@bytedo/fetch/latest/next.js",
 | |
|         "crypto":"//jscdn.ink/crypto.web.js/latest/index.js"
 | |
|       }
 | |
|     }
 | |
|   </script>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <button class="btn1">Test 1</button>
 | |
| <button class="btn2">Test 2</button>
 | |
| 
 | |
| <a target="_blank" href="about:blank">打开控制台</a>
 | |
| 
 | |
| <div id="output">loading...</div>
 | |
|   
 | |
| <script type="module" src="/app.js"></script>
 | |
| 
 | |
| </body>
 | |
| </html> | 
          
          
            
              Python
            
          
          60.1%
        
        
        
          
          
            
              JavaScript
            
          
          37.6%
        
        
        
          
          
            
              HTML
            
          
          2.3%