-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (109 loc) · 5.12 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="monetag" content="369bf2e87ff991b44c1b08c72f6786d8" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="stylesheet" href="style.css">
<title>AskIboAi — Your Best Coding AI Friend</title>
<meta name="description" content="AskIboAi — Your Best Coding AI Friend" />
</head>
<body>
<div class="ad-section-left">
<a href="/coming-soon-page.html"><button class="custom-btn btn-11">Try Latest Version</button></a>
<!-- <div class="section-left-ad-1 animated bounce">
<a href="https://www.kqzyfj.com/click-100791616-15389918?url=https%3A%2F%2Fwww.abelssoft.de%2Fen%2Fwindows%2Fsystem-utilities%2Fssd-fresh%3Fcurrency%3DUSD&cjsku=43"
target="_blank"><img
src="https://static.abelssoft.de/resize/storage/uploads/2022/08/25/ssdfresh_en_uid_63073d8f49f2e.png?h=490"
border="0" alt="SSD Fresh 2023 | Optimizes your hard disk | Extends SSD lifetime" /></a><img
src="https://www.awltovhc.com/image-100791616-15389918" width="1" height="1" border="0" />
</div>
<div class="section-left-ad-2 animated flash">
<a href="https://www.anrdoezrs.net/click-100791616-15140451" target="_blank">
<img src="https://www.tqlkg.com/image-100791616-15140451" alt="Atlas VPN" border="0" /></a>
</div> -->
</div>
<!-- <div class="ad-section-right">
<div class="section-right-ad-1 animated shake">
<a href="https://www.tkqlhce.com/click-100791616-11793713" target="_blank">
<img src="https://www.lduhtrp.net/image-100791616-11793713" alt="Domain Name with Hosting package"
border="0" /></a>
</div>
<div class="section-right-ad-2 animated bounce">
<a href="https://www.dpbolvw.net/click-100791616-15402331" target="_blank">
<img src="https://www.tqlkg.com/image-100791616-15402331" alt="Super Boost for your PC" border="0" /></a>
</div>
</div> -->
<div id="app">
<div class="header">
<h1>AskIboAi</h1>
<p>An AI-powered chatbot app built using OpenAI's GPT-3 API. Have a conversation with your AI friend and see
where
it takes you!💬 Our app is designed to entertain and provide users with witty, insightful and informative
responses to their questions. Please keep in mind that the responses generated by the app are generated by an
AI
language model and may not always be accurate, appropriate, or safe for all users. Use it at your own risk and
enjoy chatting with our AI. ⚠️</p>
</div>
<div id="chat_container">
</div>
<div id="input-area">
<form>
<textarea name="prompt" placeholder="Ask anything to Ibo Ai..." cols="1" rows="1"></textarea>
<button type="submit">
<img src="assets/send.gif" alt="Send Button">
</button>
</form>
</div>
<p class="disclaimer">
This app was created using OpenAI's GPT-3 API and is not an official product of OpenAI.<br>
<span> Made With
<span class="loader">
<span></span>
</span>
<span class="creator-copyright"> By <a href="http://link.programmerslife.site/" target="_blank"
rel="noopener noreferrer">Ibrahim
BHMBS. </a>
AskIboAi App <b>v.1.0.1.</b> If you like it, please consider <a
href="https://www.buymeacoffee.com/ProgrammersLife" target="_blank" rel="noopener noreferrer">supporting
me.</a>
</span>
</span>
<br>
⚠️ By using this app, you acknowledge that you use it at your own risk and that the
<a href="http://link.programmerslife.site/" target="_blank">
creator
</a>
and
<a href="https://openai.com/" target="_blank">
OpenAI
</a>
will not be held responsible for any harm or damages resulting from your use of the app.
</p>
</div>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/5df9946dd96992700fccc83c/default';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
<!--Start of InfoLinks Scripts-->
<!-- <script type="text/javascript"> var infolinks_pid = 3387668; var infolinks_wsid = 0; </script> -->
<!-- <script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script> -->
<!-- <script async="async" data-cfasync="false" src="//ophoacit.com/1?z=5719345"></script> -->
<!--End of InfoLinks Scripts-->
<!--START of CJ Scripts-->
<script src="https://www.anrdoezrs.net/am/100791616/include/allCj/generate/onLoad/impressions/page/am.js"></script>
<!--END of CJ Scripts-->
<script type="module" src="script.js"></script>
</body>
</html>