mirror of
				https://github.com/dawidd6/action-send-mail.git
				synced 2025-10-30 22:58:00 +07:00 
			
		
		
		
	
		
			
	
	
		
			82 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			82 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <table> | ||
|  |     <thead> | ||
|  |     <tr> | ||
|  |         <th>some header</th> | ||
|  |     </tr> | ||
|  |     </thead> | ||
|  |     <tbody> | ||
|  |     <tr> | ||
|  |         <td>some content</td> | ||
|  |     </tr> | ||
|  |     </tbody> | ||
|  | </table> | ||
|  | <table> | ||
|  |     <thead> | ||
|  |     <tr> | ||
|  |         <th>some header</th> | ||
|  |     </tr> | ||
|  |     </thead> | ||
|  |     <tbody> | ||
|  |     </tbody> | ||
|  | </table> | ||
|  | <table> | ||
|  |     <thead> | ||
|  |     <tr> | ||
|  |         <th>some header</th> | ||
|  |     </tr> | ||
|  |     </thead> | ||
|  |     <tbody> | ||
|  |     <tr> | ||
|  |         <td>some content</td> | ||
|  |     </tr> | ||
|  |     <tr> | ||
|  |         <td>some content</td> | ||
|  |     </tr> | ||
|  |     <tr> | ||
|  |         <td>some content</td> | ||
|  |     </tr> | ||
|  |     <tr> | ||
|  |         <td>some content</td> | ||
|  |     </tr> | ||
|  |     <tr> | ||
|  |         <td>some content</td> | ||
|  |     </tr> | ||
|  |     </tbody> | ||
|  | </table> | ||
|  | <table> | ||
|  |     <thead> | ||
|  |     <tr> | ||
|  |         <th style="text-align:left;">some header</th> | ||
|  |     </tr> | ||
|  |     </thead> | ||
|  |     <tbody> | ||
|  |     <tr> | ||
|  |         <td style="text-align:left;">some content</td> | ||
|  |     </tr> | ||
|  |     </tbody> | ||
|  | </table> | ||
|  | <table> | ||
|  |     <thead> | ||
|  |     <tr> | ||
|  |         <th style="text-align:right;">some header</th> | ||
|  |     </tr> | ||
|  |     </thead> | ||
|  |     <tbody> | ||
|  |     <tr> | ||
|  |         <td style="text-align:right;">some content</td> | ||
|  |     </tr> | ||
|  |     </tbody> | ||
|  | </table> | ||
|  | <table> | ||
|  |     <thead> | ||
|  |     <tr> | ||
|  |         <th style="text-align:center;">some header</th> | ||
|  |     </tr> | ||
|  |     </thead> | ||
|  |     <tbody> | ||
|  |     <tr> | ||
|  |         <td style="text-align:center;">some content</td> | ||
|  |     </tr> | ||
|  |     </tbody> | ||
|  | </table> |