ColdCore/templates/chat.html

8 lines
206 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="center" style="margin-top: 50px;">
<iframe class="chat-frame" src="http://chat.icec.tf/" frameBorder="0"></iframe>
</div>
</div>
{% endblock %}