Initial import

This commit is contained in:
2025-10-26 00:31:32 +02:00
commit 7107516a28
199 changed files with 16870 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>