use better text placeholder

This commit is contained in:
Sebastian Hugentobler 2023-02-23 12:45:41 +01:00
parent 0d6927e8dd
commit 459664a9a8
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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>