Skip to content

Instantly share code, notes, and snippets.

@nootanghimire
Created March 26, 2014 19:50
Show Gist options
  • Save nootanghimire/9791706 to your computer and use it in GitHub Desktop.
Save nootanghimire/9791706 to your computer and use it in GitHub Desktop.
Chat!!
<html>
<head>
<title>Chat and Talk!</title>
<style>
body{
margin:0;
padding:0;
}
.text{
color:blue;
}
</style>
</head>
<body>
<iframe src="https://kiwiirc.com/client/irc.mozilla.org/#nepal" style="border:0; width:100%; height:100%;"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment