add bio back to user page

This commit is contained in:
Mystikfluu 2022-07-09 15:54:22 +02:00
parent 6e1bd58c87
commit 65ca2838ee

View File

@ -22,6 +22,9 @@
<br>
<img id="avatarimg" width=100 height=100>
<br>
<br>
<span class="bio">Bio: <input type="text" id="bio" disabled placeholder="wow such empty"></span>
<br>
<button onclick="logout()">Logout</button>
</div>
</main>