summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@sendula.com>2021-07-08 21:43:51 +0100
committerdavidovski <david@sendula.com>2021-07-08 21:43:51 +0100
commit2b4306b73a4218056a461086d9f4c82f45999caf (patch)
tree553a6b584ff07c337ef2d1645a3e7c0a3d10af5c
parente66ffc722fe58af2da3d6e3302b134c52ea78569 (diff)
added placeholder text input
-rw-r--r--dist/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/index.html b/dist/index.html
index c2bcad6..d48a777 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -16,6 +16,6 @@
</div>
</div>
<div class="footer">
- <input id="msgbox" type="text">
+ <input id="msgbox" type="text" placeholder="send a message">
</div>
</body>