BlossomChat / index.html
Azure99's picture
Update index.html
6fb94c1 verified
raw
history blame contribute delete
465 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title>Blossom Chat</title>
<style>
body {
margin: 0;
}
iframe {
position: absolute;
height: 100%;
width: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="https://internal.chat.rainng.com/" allow="clipboard-write"></iframe>
</body>
</html>