Notes/sample/index.html

23 lines
406 B
HTML
Raw Normal View History

2022-03-10 16:34:16 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CKEditor 5 Mermaid widget Development Sample</title>
<style>
body {
max-width: 800px;
margin: 20px auto;
}
</style>
</head>
<body>
<h1>CKEditor 5 Mermaid widget Development Sample</h1>
<div id="editor">
</div>
<script src="./ckeditor.dist.js"></script>
</body>
</html>