yjs/examples/html-editor/index.html
2018-01-25 17:28:33 -07:00

11 lines
237 B
HTML

<!DOCTYPE html>
<html>
</head>
<script src="../../y.js"></script>
<script src='../../../y-websockets-client/y-websockets-client.js'></script>
<script src="./index.js"></script>
</head>
<body contenteditable="true">
</body>
</html>