diff mrjunejune/src/talk/index.html @ 145:c1eab8c0b0f9

[MrJuneJune] Small improvement UX and tests passes now.
author June Park <parkjune1995@gmail.com>
date Fri, 09 Jan 2026 13:42:35 -0800
parents 276bb3555034
children
line wrap: on
line diff
--- a/mrjunejune/src/talk/index.html	Fri Jan 09 13:19:56 2026 -0800
+++ b/mrjunejune/src/talk/index.html	Fri Jan 09 13:42:35 2026 -0800
@@ -13,14 +13,16 @@
 </head>
 <body>
   {{/parts/header.html}}
-  <h1>Talks</h1>
+  <main>
+    <h1>Talk with strangers xDDD</h1>
 
-  <div id="messages"></div>
+    <div id="messages"></div>
 
-  <div id="chat">
-    <input type="text" id="messageInput" placeholder="Type a message...">
-    <button id="sendBtn">Send</button>
-  </div>
+    <div id="chat">
+      <input type="text" id="messageInput" placeholder="Type a message...">
+      <button id="sendBtn">Send</button>
+    </div>
+  </main>
   {{/parts/footer.html}}
   <script>
     const host = window.location.hostname;