Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -10,6 +10,11 @@
|
|
10 |
<div class="container">
|
11 |
<h1>Система учета товаров</h1>
|
12 |
|
|
|
|
|
|
|
|
|
|
|
13 |
<!-- Форма добавления товара -->
|
14 |
<form id="productForm">
|
15 |
<input type="text" id="productName" placeholder="Название товара" required>
|
|
|
10 |
<div class="container">
|
11 |
<h1>Система учета товаров</h1>
|
12 |
|
13 |
+
<!-- Поиск по товарам -->
|
14 |
+
<div class="search-container">
|
15 |
+
<input type="text" id="searchInput" placeholder="Поиск по названию товара">
|
16 |
+
</div>
|
17 |
+
|
18 |
<!-- Форма добавления товара -->
|
19 |
<form id="productForm">
|
20 |
<input type="text" id="productName" placeholder="Название товара" required>
|