Create popup component and implement bestr api calls

This commit is contained in:
2024-01-30 10:09:16 +01:00
parent db9785744f
commit 1ce46bf8a2
5 changed files with 102 additions and 31 deletions

View File

@@ -6,9 +6,11 @@
<title>Editor</title>
<link rel="stylesheet" href="styles.css" />
<script src="online-editor.js"></script>
<script src="popup.js"></script>
</head>
<body>
<div id="besana-editor" class="online-editor" contenteditable="true"></div>
<div id="besana-editor" class="online-editor" contenteditable="true">Tukaj vpišite besedilo ki ga želite popraviti.</div>
<button id="btn-check">Preveri txt</button>
<my-component></my-component>
</body>
</html>