yjs/examples/html-editor/index.html
2018-05-23 14:01:00 +02:00

9 lines
137 B
HTML

<!DOCTYPE html>
<html>
</head>
<script src="./index.mjs" type="module"></script>
</head>
<body contenteditable="true">
</body>
</html>