mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +00:00 
			
		
		
		
	 9135fb94ad
			
		
	
	
		9135fb94ad
		
			
		
	
	
	
	
		
			
			* feat: support web document and cypress test * fix: support blocks * fix: support table and outline * fix: update nginx
		
			
				
	
	
		
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			288 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta name="viewport" content="width=device-width,initial-scale=1.0">
 | |
|     <title>Components App</title>
 | |
| </head>
 | |
| <body id="body">
 | |
| <div data-cy-root></div>
 | |
| </body>
 | |
| </html> |