Begin making the BookGeistSheet have the final design

This commit is contained in:
Eldritch-Oliver 2025-10-12 21:29:59 -06:00
parent 798e7441b4
commit 28345bdef0
8 changed files with 360 additions and 64 deletions

View file

@ -1,7 +1,22 @@
<div>
<input
type="text"
name="name"
value="{{name}}"
>
<div class="overview">
<input
type="text"
name="name"
value="{{name}}"
>
<div class="grow"></div>
Rank
<select name="">
<option value="novice">0</option>
<option value="adept">I</option>
<option value="master">II</option>
<option value="expert">III</option>
</select>
</div>
{{#if description}}
<div class="description">
{{{description}}}
</div>
{{/if}}
</div>