-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
57 lines (55 loc) · 2.31 KB
/
index1.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gotu&display=swap" rel="stylesheet">
</head>
<body><link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap" rel="stylesheet">
<div class="div1" id="first">
<div class="gotu-regular">
संवाद.AI
</div>
<div id="div2">
Chat | Listen | Download
</div>
</div>
<div class="div1" id="second">
<div id="welcome" class="wel">
<p style="font-size: 2em; font-weight: 700;"> Welcome to our <br>
AI-powered PDF summarizer!</p>
<p>Upload your book PDF and let our Ai generate a summary for you.</p>
<a href="index.html"><button>Chat</button></a>
</div>
<div id="feature" class="wel">
<h1>Features</h1>
<p style="text-align: start;"" >Discover the features that make our AI संवाद.AI Summary tool unique</p>
<ul style="text-align: start;">
<li>AI-powered Summarization</li>
<li>User-friendly interface</li>
<li>Quick and accurate results</li>
<li>Secure and private</li>
</ul>
</div>
</div>
<div class="div1" id="third">
<div id="img-container">
<img src="images/others/Screenshot 2024-03-19 094612.png" alt="">
<img src="images/others/Screenshot 2024-03-19 094646.png" alt="">
<img src="images/others/Screenshot 2024-03-19 094840.png" alt="">
</div>
</div>
<div class="div1" id="fourth">
<div id="div-4">
Ask questions, get instant answers,and have back and-forth conversation with AI
<br><a href="index.html"><button>Try Now</button></a>
</div>
</div>
</body>
</html>