hubl/src/html/client-creation.html

9 lines
187 B
HTML

<div id="new-client" style="display: none">
<h1>NEW CLIENT</h1>
<sib-form
data-src="http://localhost:8000/clients/"
data-fields="name, address, logo"
></sib-form>
</div>