Add render data

This commit is contained in:
2025-03-30 15:12:52 +05:00
parent 71a2bec099
commit cceca6b8bf
4 changed files with 97 additions and 25 deletions

View File

@@ -7,8 +7,7 @@
<script src="/js/index.js?v=1" defer></script>
</head>
<body>
id, название сделки, бюджет, название контакта номер телефона.
<table>
<table id="table">
<tr>
<th>ID</th>
<th>Название</th>
@@ -16,15 +15,12 @@
<th>Контакт</th>
<th>Телефон</th>
</tr>
<div id="table-content">
<tr>
<td>1111</td>
<td>Название</td>
<td>Бюджет</td>
<td>Контакт</td>
<td>Телефон</td>
</tr>
</div>
</table>
<div id="loader">
<span style="--i:1">*</span>
<span style="--i:2">*</span>
<span style="--i:3">*</span>
</div>
</body>
</html>