/
killogram
/
E-Analyzer
Обзор
Документация
Войти
/
killogram
/
E-Analyzer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
frontend/index.html
23 строки
799 B
Korabliov Kirill
Add purchases
01 июн 2025, 16:49
01 июн 2025, 16:49
376f2c0
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>E-Analyzer</title> <link rel="stylesheet" href="style.css"> </head> <body> <div id="container"> <h1>E-Analyzer</h1> <div id="searchSection"> <input id="searchInput" type="text" placeholder="Введите реестровый номер или наименование"> <button id="searchButton">Поиск</button> </div> <div id="purchasesList"></div> <div class="add-purchase-container"> <button id="add-purchase-btn" class="search-button">Добавить закупку</button> </div> </div> <script src="app.js"></script> </body> </html>