yunzi7's picture
update html
0776c51
raw
history blame
785 Bytes
{% extends 'base.html' %}
{% block content %}
<div style="text-align: center; margin-top: 20px;">
<h2 style="font-family: 'Montserrat', sans-serif; font-weight: 700; color: #2c3e50;">์ž๊ธฐ์†Œ๊ฐœ ํ•˜๋Š” ์‹œ๊ฐ„์„ ๊ฐ€์ ธ ๋ณด์„ธ์š”</h2>
<p style="font-family: 'Montserrat', sans-serif; color: #7f8c8d;">ํŒ€์›๋“ค๊ณผ ํ•จ๊ป˜ ๊ฐ„๋‹จํ•œ ์ž๊ธฐ์†Œ๊ฐœ๋ฅผ ํ•ด๋ณด์„ธ์š”!</p>
<form method="post" style="margin-top: 20px;">
<input type="submit" value="๋‹ค์Œ" style="padding: 10px 20px; font-size: 16px; cursor: pointer; border-radius: 5px; border: none; background-color: #2980b9; color: white;">
</form>
</div>
<!-- Google Fonts ์ถ”๊ฐ€ -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
{% endblock %}