yjs/Examples/Textarea/index.html
Kevin Jahns 434432a742 update
2015-12-01 19:27:03 +01:00

10 lines
206 B
HTML

<!DOCTYPE html>
<html>
<body>
<textarea style="width:80%;" rows=40 id="textfield"></textarea>
<script src="../bower_components/yjs/y.es6"></script>
<script src="./index.js"></script>
</body>
</html>