use better text placeholder
This commit is contained in:
parent
0d6927e8dd
commit
459664a9a8
@ -2,13 +2,10 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>CRDT Playground</title>
|
||||
<title>Woweb Playground</title>
|
||||
</head>
|
||||
<body onload="setup()">
|
||||
<textarea id="doctext" name="story" rows="5" cols="33" oninput="" >
|
||||
It was a dark and stormy night...
|
||||
</textarea>
|
||||
|
||||
<textarea id="doctext" name="story" rows="5" cols="33">Things just happen, what the hell.</textarea>
|
||||
<script src="/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user