Untitled

 avatar
unknown
plain_text
9 months ago
1.7 kB
12
Indexable
<!doctype html>
<html lang="he" dir="rtl">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>הבוט של הגג</title>
  <link rel="stylesheet" href="assets/style.css" />
</head>
<body>
  <header class="app-header">
    <div class="title">
      <span class="logo">🤖</span>
      <h1>הבוט של הגג</h1>
    </div>
    <div class="actions">
      <button id="refreshBtn" title="רענון">↻</button>
    </div>
  </header>

  <main id="chat" class="chat">
    <div class="bubble system">
      <div class="bubble-inner">
        שלום 👋 אני הבוט של הגג. תשאל אותי על הזמנות, איסופים, הדברה, משקלים ועוד 🚚
      </div>
    </div>
    <section class="chips">
      <button class="chip" data-q="עד מתי אפשר להוציא תל אביב?">עד מתי תל אביב</button>
      <button class="chip" data-q="יש הדברה היום?">הדברה</button>
      <button class="chip" data-q="כמה עולה משקל מעל 200 ש״ח?">משקלים</button>
      <button class="chip" data-q="מה שלומך בוט?">מה שלומך</button>
      <button class="chip" data-q="תני לי קטגוריות">קטגוריות</button>
    </section>
  </main>

  <form id="composer" class="composer" autocomplete="off">
    <input id="userInput" type="text" placeholder="כתוב כאן שאלה…" />
    <button id="sendBtn" type="submit">שלח</button>
  </form>

  <footer class="hint">
    טיפ 💡 אפשר לכתוב גם עם שגיאות כתיב — אבין אותך 😉
  </footer>

  <script src="scripts/app.js"></script>
</body>
</html>
Editor is loading...
Leave a Comment