forked from rktech097/AI-Collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (76 loc) · 3.94 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document - Edited by Vinay</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="wrapper">
<h1>ALL AI TOOLS</h1>
<div class="container">
<div class="box" id="box1">
<h2>PICTORIA.AI</h2>
<p> Creating Videos And Subtitles </p>
<a href="https://accounts.forefront.ai/sign-in?after_sign_in_url=https%3A%2F%2Fchat.forefront.ai%2F&after_sign_up_url=https%3A%2F%2Fchat.forefront.ai%2F&redirect_url=https%3A%2F%2Fchat.forefront.ai%2F" target="_blank" class="redirect-button" style="background-color: #0087b3;">Go To Website</a>
</div>
<div class="box" id="box2">
<h2>Elevenlabs.ai</h2>
<p>Voice Coloning</p>
<a href="https://elevenlabs.io/" target="_blank" class="redirect-button" style="background-color: #8e44ad;">go to website</a>
</div>
<div class="box" id="box3">
<h2>Lachief.io</h2>
<p>Find Best Latest AI Tools And Websites</p>
<a href="https://lachief.io/" target="_blank" class="redirect-button" style="background-color: #2ecc71;">go to website</a>
</div>
<div class="box" id="box4">
<h2>Soundraw.io</h2>
<p> Royality Free Music</p>
<a href="https://soundraw.io/" target="_blank" class="redirect-button" style="background-color: #e74c3c;">Go To Website</a>
</div>
<div class="box" id="box5">
<h2>synthesia.io</h2>
<p> Creating AI Avtar</p>
<a href="https://www.synthesia.io/" target="_blank" class="redirect-button" style="background-color: #e67e22;">Go To Website</a>
</div>
<div class="box" id="box6">
<h2>Cardgenerator.io</h2>
<p>Creating Credit Cards</p>
<a href="https://cardgenerator.io/" target="_blank" class="redirect-button" style="background-color: #1abc9c;">Go To Website</a>
</div>
<div class="box" id="box7">
<h2>leaiapix converter</h2>
<p>Creating 3D GIFs</p>
<a href="https://convert.leiapix.com/#error=login_required&state=0f91815c-1003-4838-8375-b43fea32528f" target="_blank" class="redirect-button" style="background-color: #ffcf81;">Go To Website</a>
</div>
<div class="box" id="box8">
<h2>voicemod.ai</h2>
<p>Creating Audio And Voice Changer</p>
<a href="https://www.voicemod.net/" class="redirect-button" target="_blank" style="background-color: #2980b9;">Go To Website</a>
</div>
<div class="box" id="box9">
<h2>looka.ai</h2>
<p>Logo And Brand Identity</p>
<a href="https://looka.com/" class="redirect-button" target="_blank" style="background-color: #e91e63;">Go To Website</a>
</div>
<div class="box" id="box10">
<h2>Chatgpt</h2>
<p>Solve Anything</p>
<a href="https://chat.openai.com/" target="_blank" class="redirect-button" style="background-color: #2c3e50;">Go To Website</a>
</div>
<div class="box" id="box11">
<h2>Stunning.so</h2>
<p>Creating Website</p>
<a href="https://stunning.so/" target="_blank" class="redirect-button" style="background-color: #3c638a;">Go To Website</a>
</div>
<div class="box" id="box12">
<h2>Text2SQL.ai</h2>
<p>SQL Text</p>
<a href="https://www.text2sql.ai/" target="_blank" class="redirect-button" style="background-color: #b90541;">Go To Website</a>
</div>
</div>
</div>
</body>
</html>