easyctf-2017/web/pages/chat.html

7 lines
277 B
HTML
Raw Normal View History

2016-01-02 06:01:34 +00:00
<div class="fade_in text-center">
2016-01-02 02:57:40 +00:00
<h1 class="heading1">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>
2016-01-02 06:01:34 +00:00
</div>