Fetch word 4 from API
This commit is contained in:
parent
62d5eb7e5c
commit
225ccb2307
1 changed files with 15 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue