1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-04-26 06:12:41 +00:00
2020-10-29 16:08:27 +01:00

17 lines
352 B
HTML

{% extends "base.html" %}
{% block extracss %}
<style>
iframe {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
}
</style>
{% endblock %}
{% block fullcontent %}
<iframe frameborder="0" src="https://element.correspondances-maths.fr/#/room/#faq:correspondances-maths.fr"></iframe>
{% endblock %}