1
0
Fork 0

Use small letters for In and Up.

Alpha-snapshot20230621
Lan Hui 2023-08-11 19:32:34 +08:00
parent e9ac50422b
commit f3aa407c56
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<div class="container">
<section class="signin-heading">
<h1>Sign In</h1>
<h1>Sign in</h1>
</section>
<input type="text" placeholder="用户名" class="username" id="username">

View File

@ -53,7 +53,7 @@ You're logged in already! <a href="/logout">Logout</a>.
<div class="container">
<section class="signin-heading">
<h1>Sign Up</h1>
<h1>Sign up</h1>
</section>
<p><input type="username" id="username" placeholder="输入用户名" class="username"></p>