16 lines
341 B
HTML
16 lines
341 B
HTML
|
<div id="home" class="tab">
|
||
|
<input
|
||
|
type="radio"
|
||
|
name="top-level-tabs"
|
||
|
id="home-tab-input"
|
||
|
checked="checked"
|
||
|
class="tab-switch"
|
||
|
data-hash="/"
|
||
|
/>
|
||
|
<label for="home-tab-input" class="tab-label">
|
||
|
<div class="icon home"></div>
|
||
|
<div class="label">Home</div>
|
||
|
</label>
|
||
|
<div class="tab-content">This is the home tab.</div>
|
||
|
</div>
|