9 lines
281 B
HTML
9 lines
281 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<textarea style="width:80%;" rows=40 id="textfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
|
|
<script src="../bower_components/yjs/y.js"></script>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|