Aleksmorshen commited on
Commit
d719a61
·
verified ·
1 Parent(s): 54d873d

Update index.html

Browse files
Files changed (1) hide show
  1. 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>