yjs/examples/html-editor/index.html
2017-12-24 03:18:00 +01:00

10 lines
163 B
HTML

<!DOCTYPE html>
<html>
</head>
<script src="../yjs-dist.js"></script>
<script src="./index.js"></script>
</head>
<body contenteditable="true">
</body>
</html>