Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TarnaWijaya committed Jan 31, 2025
1 parent ebedd59 commit 08678da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tarz Bots</title>
<title>Tarz Bots - AI Chat</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="chat-container">
<div class="chat-header">
<img src="bot-logo.png" alt="Tarz Bots Logo" class="logo">
<img src="logo-ai.png" alt="Tarz Bots Logo" class="logo">
<h1>Tarz Bots</h1>
</div>
<div class="chat-box" id="chat-box">
<!-- Pesan akan muncul di sini -->
</div>
<div class="chat-input">
<textarea id="user-input" placeholder="Ketik pesan Anda..."></textarea>
<textarea id="user-input" placeholder="Ketik pesan Anda di sini..."></textarea>
<button id="send-btn">Kirim</button>
</div>
</div>
Expand Down

0 comments on commit 08678da

Please sign in to comment.