autonomous.contact/public/tabs/home/home.html
Andy Burke e397bc884b refactor: fix password auth
refactor: move tabs around
2025-07-23 13:01:52 -07:00

17 lines
361 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">
<!-- #include file="./README.md" -->
</div>
</div>