Skip to content

Instantly share code, notes, and snippets.

@fauzandotme
Created December 27, 2019 16:56
Show Gist options
  • Save fauzandotme/eda4cd18a30a07f4d1776c07bc85bdb3 to your computer and use it in GitHub Desktop.
Save fauzandotme/eda4cd18a30a07f4d1776c07bc85bdb3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Chat Box</title>
<style>
body{
margin:0;
padding:0;
}
.box{
width:100%;
height:100vh;
overflow:hidden;
}
</style>
</head>
<body>
<div class="box">
<script id="cid0020000205739109194" data-cfasync="false" async src="//st.chatango.com/js/gz/emb.js" style="width: 100%;height: 100%;">{"handle":"nanime","arch":"js","styles":{"a":"2b2d30","b":100,"c":"FFFFFF","d":"FFFFFF","k":"2b2d30","l":"2b2d30","m":"2b2d30","n":"FFFFFF","p":"11","q":"2b2d30","r":100,"usricon":0.9, "t": 0}}</script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment