-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.56 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PrydeGPT</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="initial">
<div id="name">
<button id="menu-btn">
<img src="menu_9710579.png" alt="menu" height="30px" width="30px">
</button>
<span>PrydeGPT</span>
</div>
<div id="container">
<h1>What Can I Do For You?</h1>
<div class="input-container">
<input type="text" placeholder="Enter your thoughts">
<button id="send-btn">
<!-- Send Icon (SVG) -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 21L23 12L2 3V10L17 12L2 14V21Z" fill="black"/>
</svg>
</button>
</div>
<div id="logos">
<button class="logos"><a href="https://www.midjourney.com/" target="_blank">Create Image</a></button>
<button class="logos"><a href="https://www.blackbox.ai/" target="_blank">Code</a></button>
<button class="logos"><a href="https://chatgpt.com/" target="_blank">Get Advice</a></button>
<button class="logos"><a href="https://quillbot.com/summarize" target="_blank">Summarize Text</a></button>
<button class="logos"><a href="https://chatgpt.com/" target="_blank">Brainstorm</a></button>
<button class="logos"><a href="https://github.com/pranavk-10/Web-Genesis" target="_blank">More</a></button>
</div>
</div>
</div>
</body>
</html>