Files

9 lines
282 B
HTML
Raw Permalink Normal View History

2015-11-04 16:52:31 +01:00
<!DOCTYPE html>
<html>
<body>
2015-12-09 18:39:09 +01:00
<textarea style="width:80%;" rows=40 id="textfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
2016-02-16 16:08:50 +01:00
<script src="../bower_components/yjs/y.es6"></script>
2015-11-04 16:52:31 +01:00
<script src="./index.js"></script>
</body>
</html>