Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kleeedolinux authored Nov 1, 2024
1 parent e760ac1 commit 1241242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3>Output:</h3>
<input type="text" placeholder="Field Name" class="field-name">
<textarea placeholder="Field Value" class="field-value" rows="2"></textarea>
<label>
<input type="checkbox" class="field-inline"> Inline
<input type="checkbox" class="field-inline"> <p>Inline</p>
</label>
<button class="remove-btn" onclick="this.parentElement.remove()">Remove Field</button>
`;
Expand Down

0 comments on commit 1241242

Please sign in to comment.