Update templates/quiz.html
Browse files- templates/quiz.html +1 -1
templates/quiz.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
</head>
|
63 |
<body>
|
64 |
<div class="container">
|
65 |
-
<h1
|
66 |
<p>その元素は何でしょう?: <strong>{{ element }}</strong></p>
|
67 |
<form action="/" method="post">
|
68 |
<label for="user_input">原子番号を入力してください:</label>
|
|
|
62 |
</head>
|
63 |
<body>
|
64 |
<div class="container">
|
65 |
+
<h1>最初は周期表を見ながら...</h1>
|
66 |
<p>その元素は何でしょう?: <strong>{{ element }}</strong></p>
|
67 |
<form action="/" method="post">
|
68 |
<label for="user_input">原子番号を入力してください:</label>
|