Spaces:
Runtime error
Runtime error
update html
Browse files
ice_breaking_challenge/templates/introduction.html
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
{% extends 'base.html' %}
|
2 |
|
3 |
{% block content %}
|
4 |
-
|
5 |
-
|
6 |
-
<
|
7 |
-
|
|
|
|
|
|
|
8 |
{% endblock %}
|
|
|
1 |
{% extends 'base.html' %}
|
2 |
|
3 |
{% block content %}
|
4 |
+
<div style="text-align: center; margin-top: 20px;">
|
5 |
+
<h2>์๊ธฐ์๊ฐ ํ๋ ์๊ฐ์ ๊ฐ์ ธ ๋ณด์ธ์</h2>
|
6 |
+
<p>ํ์๋ค๊ณผ ํจ๊ป ์ด๋ฆ๊ณผ ๋์ด๋ฅผ ์๊ฐํด ๋ด
์๋ค!</p>
|
7 |
+
<form method="post" style="margin-top: 20px;">
|
8 |
+
<input type="submit" value="๋ค์" style="padding: 10px 20px; font-size: 16px; cursor: pointer; border-radius: 5px; border: none; background-color: #007bff; color: white;">
|
9 |
+
</form>
|
10 |
+
</div>
|
11 |
{% endblock %}
|