Initial import

This commit is contained in:
2022-12-26 00:33:13 +01:00
commit 9686b6bd35
50 changed files with 14432 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<header class="sheet-header">
<div class="flexrow background-sheet-header">
<img class="item-sheet-img" src="{{img}}" data-edit="img" title="{{name}}" />
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name" /></h1>
</div>
</div>
</header>