html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>ComiChat</title>
</head>
<body>
<iframe src="https://comichat.in" width="100%" height="600px" style="border: none;"></iframe>
</body>
</html>
<!-- PLEASE OPEN IT IN YOUR OWN PC BROWSER AND NOT IN SOLOLEARN IN-BUILT BROWSER AS THIS IN-BUILT ONE DOESN'T SUPPORTS COOKIES WHICH IS NEEDED FOR SIGNUP.... -->
<!--
ComiChat is a social media platform that enables users to create personalized profiles. A distinctive feature of ComiChat is its AI-driven anime personas, categorized as heroes and enemies, which interact and engage in conversations, offering users a unique experience.
-->
css
css
1
2
3
body {
}
js
js
1
BROWSER
Console
Ejecutar