File size: 1,732 Bytes
1c0739a
 
 
 
 
 
 
 
 
 
 
 
 
058d4aa
1c0739a
 
168258a
1c0739a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>AIservices</title>
        <link rel="stylesheet" href="/static/hellopageStyle.css">
        <link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&display=swap" rel="stylesheet">        
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
    </head>
    <body>
       <div class="titre">
        <p>AI-Powered documents and images analyse services</p>
       </div>
        <div class="robotimage">
            <img src="/resources/Hello.png" alt="">
        </div>
        <div class="description">
            <p>Hi there! I’m Aidan, your AI assistant. I Read Files So You Don't Have To!. Here’s how I can help</p>
        </div>
       <div class="services">
            <div class="SC">
             <p class="service_titre">Document & Image Analysis</p>
             <span>Let me be your quick-study assistant ,upload documents or images for instant summaries, clear visual interpretations</span>
             <p class="tryme">try it now</p>
            </div>
            <div class="QA">
            <p class="service_titre">Intelligent Q&A on Files & Images</p>
            <span>Got questions? Just upload your documents or images, and let me provide you with smart, instant answers!</span>
            <p class="tryme">Ask me now</p>
            </div>
        </div>
        <script src="/static/hellopagejs.js"></script>
    </body>
    </html>