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 %}