mirror of https://github.com/docker/docs.git
				
				
				
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			356 B
		
	
	
	
		
			HTML
		
	
	
	
| <template name="setup_intro">
 | |
|   <div class="container text-center">
 | |
|     <div class="install_logo">
 | |
|       <img src="/install_logo.png">
 | |
|     </div>
 | |
|     <div class="install-continue">
 | |
|       <a onclick="trackLink('continue install')" class="continue-button">
 | |
|         <img src="/continue.png">
 | |
|         <p>Continue</p>
 | |
|       </a>
 | |
|     </div>
 | |
|   </div>
 | |
| </template>
 |