started on foundry system development with system.json and template.json and started on the core ruleset

This commit is contained in:
2025-08-06 03:47:58 -04:00
parent 49f809d79e
commit 5a40730d84
66 changed files with 203 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img src="{{item.img}}" data-edit="img" title="{{item.name}}" height="64" width="64"/>
<h1><input name="name" type="text" value="{{item.name}}" placeholder="{{ localize 'Name' }}"/></h1>
</header>
<p>Hello</p>
</form>