2015-11-10 18:38:21 +01:00

11 lines
254 B
HTML

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