yjs/examples/textarea/index.html
2018-10-08 16:09:50 +02:00

8 lines
225 B
HTML

<!DOCTYPE html>
<html>
<body>
<textarea style="width:80%;" rows=40 autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<script type="module" src="./index.js"></script>
</body>
</html>