forked from andyburke/autonomous.contact
15 lines
301 B
HTML
15 lines
301 B
HTML
<input
|
|
type="radio"
|
|
name="top-level-tabs"
|
|
id="home-tab-input"
|
|
checked="checked"
|
|
class="tabswitch"
|
|
data-view="home"
|
|
/>
|
|
<label for="home-tab-input" class="tablabel">
|
|
<div class="icon home"></div>
|
|
<div class="label">Home</div>
|
|
</label>
|
|
<div class="panel">
|
|
<!-- #include "./README.md" -->
|
|
</div>
|