refactor: fix password auth
refactor: move tabs around
This commit is contained in:
parent
316663be32
commit
e397bc884b
17 changed files with 49 additions and 26 deletions
3
public/tabs/exchange/README.md
Normal file
3
public/tabs/exchange/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# exchange
|
||||
|
||||
The exchange should help people find goods and trade.
|
16
public/tabs/exchange/exchange.html
Normal file
16
public/tabs/exchange/exchange.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue