Spaces:
Runtime error
Runtime error
File size: 327 Bytes
53ce00a a40292e 53ce00a |
1 2 3 4 5 6 7 8 9 |
{% extends 'base.html' %}
{% block content %}
<div class="quiz-container">
<h1 id="topic">ν΄μ¦κ° λλ¬μ΅λλ€!</h1>
<p id="instruction">μ¦κ±°μ°μ
¨λμ? λ§μ΄ μΉν΄μ§μ
¨λμ?</p>
<p id="instruction">μ°Έμ¬ν΄μ£Όμ
μ κ°μ¬ν©λλ€. μμΌλ‘λ μ’μ μκ° λμΈμ!</p>
</div>
{% endblock %} |