mirror of
https://github.com/arthur-pbty/QCM_physique.git
synced 2026-06-03 15:07:33 +02:00
12 lines
416 B
HTML
12 lines
416 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="controls" style="margin-bottom:8px;align-items:center;">
|
|
<a class="btn" href="/">Retour</a>
|
|
<div style="color:var(--muted); margin-left:8px">Affichage du site externe</div>
|
|
</div>
|
|
<div class="iframe-wrap">
|
|
<iframe src="https://alienor.myds.me/~cahierlabo/tmp/qcm_entrainement.html" title="Site réel QCM"></iframe>
|
|
</div>
|
|
{% endblock %}
|