BesService/index.html

17 lines
551 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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">Tukaj vpišite besedilo ki ga želite popraviti.</div>
<button id="btn-check">Preveri txt</button>
<my-component></my-component>
</body>
</html>