Chatbot_AI / templates /index.html
DevouringStars's picture
modified: app.py
c840d73
Raw
History Blame Contribute Delete
721 Bytes
<!DOCTYPE html>
<html lang="id">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Enviro Education Chatbot</title>
    <link rel="stylesheet" href="/static/style.css">
    </head>
<body class="landing-page">
    <div class="landing-container">
        <h1>Welcome to the Enviro Education Chatbot!</h1>
        <p>
            This AI assistant is trained based on our product data.
            Ask about Air Quality & Atmospheric monitoring, Water Quality & Hydrology, or Soil & Environmental Health.
        </p>
        <a href="/chat" class="start-chat-btn">Start Chat Now</a>
    </div>
</body>
</html>