1
0
Fork 0

Fetch word 4 from API

This commit is contained in:
Alex Kotov 2023-02-18 16:37:21 +04:00
parent 62d5eb7e5c
commit 225ccb2307
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 15 additions and 1 deletions

View File

@ -6,7 +6,10 @@
<link rel="stylesheet" href="../bundle.css"/>
</head>
<body>
<h1>აქებს</h1>
<div id="word" data-id="4"></div>
<h1 id="primary-form"></h1>
<p id="part-of-speech"></p>
<p>хвалить</p>
@ -98,5 +101,16 @@
</tr>
</tbody>
</table>
<div id="examples" class="invisible">
<h2>Примеры употребления</h2>
<div id="examples-data"></div>
</div>
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
crossorigin="anonymous"></script>
<script src="../bundle.js"></script>
</body>
</html>