File size: 721 Bytes
f86ad4d
 
 
c840d73
 
 
 
 
f86ad4d
c840d73
 
 
 
 
 
 
 
f86ad4d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>