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