pad

minimal etherpad alternative  https://pad.ce9e.org
git clone https://git.ce9e.org/pad.git

commit
e2a6d92bbc555453ad10488d5340c9a929624fc8
parent
1512c83683b34f882d78557e642fc59d68c343f6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-05-03 12:59
add help in placeholder

Diffstat

M index.html 4 +++-

1 files changed, 3 insertions, 1 deletions


diff --git a/index.html b/index.html

@@ -8,7 +8,9 @@
    8     8 	<link rel="stylesheet" href="/static/style.css">
    9     9 </head>
   10    10 <body>
   11    -1 	<textarea autocomplete="off" autofocus></textarea>
   -1    11 	<textarea autocomplete="off" autofocus placeholder="Collaborative editor
   -1    12 
   -1    13 Warning: All text is deleted when the last person leaves."></textarea>
   12    14 	<script type="module" src="/static/index.mjs"></script>
   13    15 </body>
   14    16 </html>