easyctf-2017/web/pages/chat.html
Charles Truluck d4465b988d refined some things, also did the following:
I did:
- Misc Pages on README.md
- Added an example file in Problems
- rounded the Chat page
2015-12-27 16:54:50 -05:00

7 lines
246 B
HTML

<center class="fade_in">
<h1>EasyCTF IRC</h1>
<div class="irc">
<iframe src="https://kiwiirc.com/client/irc.kiwiirc.com/?&theme=mini#easyctf" style="border: none; width:100%; height:70%; border-radius:1em;"></iframe>
</div>
</center>