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 @@
# exchange
The exchange should help people find goods and trade.

View file

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