17 lines
412 B
HTML
17 lines
412 B
HTML
{% extends "base.html" %}
|
|
{% load feed_views %}
|
|
|
|
{% block content %}
|
|
<h2>Introduction</h2>
|
|
|
|
Pop in and say hi, please be patient users tend to idle, but will likely respond given a chance.
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<iframe src="https://webchat.freenode.net?channels=%23maidstone-hackspace&uio=MTE9MjU207" style="width:100%;height:400px;"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock content %}
|