diff options
author | davidovski <david@sendula.com> | 2021-07-08 21:43:51 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-07-08 21:43:51 +0100 |
commit | 2b4306b73a4218056a461086d9f4c82f45999caf (patch) | |
tree | 553a6b584ff07c337ef2d1645a3e7c0a3d10af5c /dist | |
parent | e66ffc722fe58af2da3d6e3302b134c52ea78569 (diff) |
added placeholder text input
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 2 |
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> |