16 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div id="exchange" class="tab">
 | |
| 	<input
 | |
| 		type="radio"
 | |
| 		name="top-level-tabs"
 | |
| 		id="exchange-tab-input"
 | |
| 		class="tab-switch"
 | |
| 		data-view="exchange"
 | |
| 	/>
 | |
| 	<label for="exchange-tab-input" class="tab-label"
 | |
| 		><div class="icon exchange"></div>
 | |
| 		<div class="label">Exchange</div></label
 | |
| 	>
 | |
| 	<div class="tab-content">
 | |
| 		<!-- #include file="./README.md" -->
 | |
| 	</div>
 | |
| </div>
 |