forked from mrlan/EnglishPal
Improve spacing.
parent
8747f35fd8
commit
8998d6e4af
|
@ -116,21 +116,21 @@ You're logged in already!
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<section class="signin-heading">
|
<section class="signin-heading">
|
||||||
<h1>Sign In</h1>
|
<h1>Sign In</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<form action="/login" method="POST">
|
<form action="/login" method="POST">
|
||||||
|
|
||||||
<input type="text" placeholder="用户名" class="username" name="username" required>
|
<input type="text" placeholder="用户名" class="username" name="username" required>
|
||||||
|
|
||||||
<input type="password" placeholder="密码" class="password" name="password" required>
|
<input type="password" placeholder="密码" class="password" name="password" required>
|
||||||
|
|
||||||
<button type="submit" class="btn">登录</button>
|
<button type="submit" class="btn">登录</button>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/signup" class="signup">注册</a>
|
<a href="/signup" class="signup">注册</a>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue