editor.js/test/cypress/fixtures/test.html

9 lines
178 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<body>
<!-- Load Editor.js's Core -->
<script src="./../../../dist/editorjs.umd.js"></script>
<h1>Editor.js test page</h1>
</body>
</html>