fixed editor

This commit is contained in:
Kevin Jahns
2014-08-16 17:08:57 +02:00
parent 9d61dd87fc
commit d8a7367c20
20 changed files with 62 additions and 20 deletions

View File

@@ -10,7 +10,8 @@
</head>
<body>
<h1> Text Editing Demo</h1>
<p> This demo enables P2P text editing. Open this link in other browsers: <a id="peer_link" target="_blank">Drop me </a> </p>
<p> Collaborative text editing with <a href="https://github.com/DadaMonad/Yatta/">Yatta</a>
and <a href="http://peerjs.com/">PeerJs</a> (WebRTC). Open this link in other browsers: <a id="peer_link" target="_blank">Drop me </a> </p>
<textarea style="width:80%;" rows=40 id="textfield"></textarea>