forked from public/foundryvtt-reve-de-dragon
Template en-tête standard
This commit is contained in:
6
templates/header-item.html
Normal file
6
templates/header-item.html
Normal file
@ -0,0 +1,6 @@
|
||||
<header class="sheet-header">
|
||||
<img class="profile-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>
|
||||
</header>
|
Reference in New Issue
Block a user