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

@ -126,11 +126,11 @@
</style>
<div class="tabs">
<!-- #include file="./home.html" -->
<!-- #include file="./home/home.html" -->
<!-- #include file="./talk/talk.html" -->
<!-- #include file="./exchange.html" -->
<!-- #include file="./work.html" -->
<!-- #include file="./resources.html" -->
<!-- #include file="./calendar.html" -->
<!-- #include file="./profile.html" -->
<!-- #include file="./exchange/exchange.html" -->
<!-- #include file="./resources/resources.html" -->
<!-- #include file="./calendar/calendar.html" -->
<!-- #include file="./work/work.html" -->
<!-- #include file="./profile/profile.html" -->
</div>