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