refactor: fix password auth

refactor: move tabs around
This commit is contained in:
Andy Burke 2025-07-23 13:01:52 -07:00
parent 316663be32
commit e397bc884b
17 changed files with 49 additions and 26 deletions

View file

@ -0,0 +1,3 @@
# calendar
The calendar should help people coordinate events.

View file

@ -0,0 +1,16 @@
<div id="calendar" class="tab">
<input
type="radio"
name="top-level-tabs"
id="calendar-tab-input"
class="tab-switch"
data-hash="/calendar"
/>
<label for="calendar-tab-input" class="tab-label"
><div class="icon calendar"></div>
<div class="label">Calendar</div></label
>
<div class="tab-content">
<!-- #include file="./README.md" -->
</div>
</div>