Improve spacing.

Lan Hui 2022-07-20 17:08:07 +08:00
parent 8747f35fd8
commit 8998d6e4af
1 changed files with 8 additions and 8 deletions

View File

@ -116,21 +116,21 @@ You're logged in already!
</style>
<div class="container">
<section class="signin-heading">
<h1>Sign In</h1>
</section>
<form action="/login" method="POST">
<input type="text" placeholder="用户名" class="username" name="username" required>
<input type="password" placeholder="密码" class="password" name="password" required>
<button type="submit" class="btn">登录</button>
</form>
</div>
<a href="/signup" class="signup">注册</a>
{% endif %}
{% endblock %}
</div>
<a href="/signup" class="signup">注册</a>
{% endif %}
{% endblock %}