mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-30 04:01:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			218 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			218 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <link rel="stylesheet" href="popup.css">
 | |
|     <script type="module" src="popup.js"></script>
 | |
| </head>
 | |
| <body>
 | |
|     <strong>Hello World!</strong>
 | |
| </body>
 | |
| </html>
 | 
