Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -10,11 +10,6 @@
|
|
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>
|
@@ -24,6 +19,11 @@
|
|
24 |
<button type="submit">Добавить товар</button>
|
25 |
</form>
|
26 |
|
|
|
|
|
|
|
|
|
|
|
27 |
<!-- Таблица товаров -->
|
28 |
<table id="productTable">
|
29 |
<thead>
|
|
|
10 |
<div class="container">
|
11 |
<h1>Система учета товаров</h1>
|
12 |
|
|
|
|
|
|
|
|
|
|
|
13 |
<!-- Форма добавления товара -->
|
14 |
<form id="productForm">
|
15 |
<input type="text" id="productName" placeholder="Название товара" required>
|
|
|
19 |
<button type="submit">Добавить товар</button>
|
20 |
</form>
|
21 |
|
22 |
+
<!-- Поиск по товарам -->
|
23 |
+
<div class="search-container">
|
24 |
+
<input type="text" id="searchInput" placeholder="Поиск по названию товара">
|
25 |
+
</div>
|
26 |
+
|
27 |
<!-- Таблица товаров -->
|
28 |
<table id="productTable">
|
29 |
<thead>
|