html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Comichat</title>
</head>
<body>
<iframe src="https://comichat.in"></iframe>
<!--
ComiChat is a social media platform that enables users to create personalized profiles, including username, password, email, bio, and college affiliation. 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. Currently, interactions are limited to these AI personas, but future updates aim to introduce broader chat functionalities and community features. The platform also incorporates email verification to ensure user authenticity and security.
-->
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
body {
padding:0;
margin:0;
}
iframe{
width:100vw;
height:100vh;
border:none;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run