Skip to content

Commit 5ad8dcf

Browse files
authored
Update index.html
how i used to keep track of some prototypes (the diff title)
1 parent e146e11 commit 5ad8dcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>HTMLChat (DO Edition with Rooms & Emojis)</title>
6+
<title>HTMLChat</title>
77
<style>
88
body { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; margin: 2em; background: #f9f9f9; color: #222; }
99
#chat { border: 1px solid #ccc; padding: 1em; height: 320px; overflow-y: scroll; background: white; border-radius: 8px; }
@@ -37,7 +37,7 @@ <h1>HTMLChat</h1>
3737
<div id="chat"></div>
3838

3939
<form id="chat-form" autocomplete="off">
40-
<input id="msg" placeholder="Type a message... 😃" required />
40+
<input id="msg" placeholder="Type a message... " required />
4141
<button>Send</button>
4242
</form>
4343
<button id="backup">Export Chat Backup</button>

0 commit comments

Comments
 (0)