Get the layout for the general tab implemented (closes #142)

This commit is contained in:
Oliver-Akins 2024-03-30 22:16:03 -06:00
parent df316c68f3
commit 194eba779d
6 changed files with 56 additions and 25 deletions

View file

@ -1,3 +1,5 @@
<div class="tab" data-group="page" data-tab="general">
General Tab
<div class="photo panel" style="background: yellowgreen"></div>
<div class="name panel"></div>
<div class="description panel"></div>
</div>