mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			242 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|   <style>@import '/src/assets/base.css';</style>
 | |
| </head>
 | |
| <body>
 | |
|   <div id="app"></div>
 | |
|   <script type="module" src="/tests.js"></script>
 | |
| </body>
 | |
| </html>
 | 
