Create popup component and implement bestr api calls
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user