This commit is contained in:
WBHarry 2025-07-25 20:58:04 +02:00
parent 3f95740b7a
commit bda67262e9
20 changed files with 538 additions and 285 deletions

View file

@ -0,0 +1,6 @@
<header class='settings-item-header'>
<img class='profile' src='{{move.img}}' data-action='editImage' data-edit='img' />
<div class='item-info'>
<h1 class='item-name'><input type='text' name='name' value='{{move.name}}' /></h1>
</div>
</header>