14 lines
302 B
HTML
14 lines
302 B
HTML
<input
|
|
type="radio"
|
|
name="top-level-tabs"
|
|
id="exchange-tab-input"
|
|
class="tabswitch"
|
|
data-view="exchange"
|
|
/>
|
|
<label for="exchange-tab-input" class="tablabel"
|
|
><div class="icon exchange"></div>
|
|
<div class="label">Exchange</div></label
|
|
>
|
|
<div class="panel">
|
|
<!-- #include "./README.md" -->
|
|
</div>
|