5 lines
No EOL
196 B
HTML
5 lines
No EOL
196 B
HTML
<label for="modal-name">Name</label>
|
|
<input type="text" id="modal-name">
|
|
<label for="modal-desc">Description</label>
|
|
<textarea id="modal-desc"></textarea>
|
|
<button id="modal-submitBtn">Add</button> |