test update

This commit is contained in:
Nico Melone
2025-12-30 13:17:29 -06:00
parent dbaba27424
commit 7ead45abca
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -6,7 +6,7 @@
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<br>
<label for="description">Description:</label>
<label for="description">Descriptions:</label>
<textarea id="description" name="description"></textarea>
<br>
<button type="submit">Add Item</button>