15 lines
353 B
HTML
15 lines
353 B
HTML
|
<div id="exchange" class="tab">
|
||
|
<input
|
||
|
type="radio"
|
||
|
name="top-level-tabs"
|
||
|
id="exchange-tab-input"
|
||
|
class="tab-switch"
|
||
|
data-hash="/exchange"
|
||
|
/>
|
||
|
<label for="exchange-tab-input" class="tab-label"
|
||
|
><div class="icon exchange"></div>
|
||
|
<div class="label">Exchange</div></label
|
||
|
>
|
||
|
<div class="tab-content">This is the exchange tab.</div>
|
||
|
</div>
|