39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
| <!doctype html>
 | |
| <html>
 | |
|    <head>
 | |
|       <meta name="viewport" content="width=device-width" />
 | |
|       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 | |
|       <title></title>
 | |
|       <style>
 | |
|         img {
 | |
|             border: none;
 | |
|             -ms-interpolation-mode: bicubic;
 | |
|             max-width: 100%;
 | |
|         }
 | |
| 
 | |
|         body {
 | |
|             background-color: #f6f6f6;
 | |
|             font-family: sans-serif;
 | |
|             -webkit-font-smoothing: antialiased;
 | |
|             font-size: 14px;
 | |
|             line-height: 1.4;
 | |
|             margin: 0;
 | |
|             padding: 0;
 | |
|             -ms-text-size-adjust: 100%;
 | |
|             -webkit-text-size-adjust: 100%;
 | |
|         }
 | |
|         </style>
 | |
|    </head>
 | |
|    <body>
 | |
|       <span class="preheader" style="display: none">%%PREHEADER%%</span>
 | |
|       <div class="container" style="background-color: #afafaf">
 | |
|         <div class="header" style="background-color: #434343; height: 128px">
 | |
|             <img style="float: left; height: 100%" src="https://4creative.net/images/4Creative-Logo-neu.png" alt="Logo">
 | |
|             <h2 style="vertical-align: middle">%%EchoTitle%%</h2>
 | |
|         </div>
 | |
|         <div class="content" style="background-color: #fff">
 | |
|             %%MESSAGE%%
 | |
|         </div>
 | |
|       </div>
 | |
|    </body>
 | |
| </html> |