Signed-off-by: Chenx221 <chenx221@yandex.com>
This commit is contained in:
Chenx221 2023-06-08 10:35:24 +08:00
parent 1e42cf3856
commit 7cf12b8fc8
2 changed files with 10 additions and 10 deletions

View File

@ -94,11 +94,11 @@
<h1 class="text-center mb-4" style="font-family: 'Noto Sans SC Light',serif">
用户登录</h1>
<div class="form-outline mb-4">
<input type="text" id="form1Example1" class="form-control" name="username"/>
<input type="text" id="form1Example1" class="form-control" name="username" required/>
<label class="form-label" for="form1Example1">用户名</label>
</div>
<div class="form-outline mb-4">
<input type="password" id="form1Example2" class="form-control" name="password"/>
<input type="password" id="form1Example2" class="form-control" name="password" required/>
<label class="form-label" for="form1Example2">密码</label>
</div>
<div class="row mb-4">
@ -128,15 +128,15 @@
<h1 class="text-center mb-4" style="font-family: 'Noto Sans SC Light',serif">
用户注册</h1>
<div class="form-outline mb-4">
<input type="text" id="registerUsername" class="form-control" name="username"/>
<input type="text" id="registerUsername" class="form-control" name="username" required/>
<label class="form-label" for="registerUsername">用户名</label>
</div>
<div class="form-outline mb-4">
<input type="password" id="registerPassword" class="form-control" name="password"/>
<input type="password" id="registerPassword" class="form-control" name="password" required/>
<label class="form-label" for="registerPassword">密码</label>
</div>
<div class="form-outline mb-4">
<input type="password" id="registerRepeatPassword" class="form-control" name="re-password"/>
<input type="password" id="registerRepeatPassword" class="form-control" name="re-password" required/>
<label class="form-label" for="registerRepeatPassword">重复密码</label>
</div>
<div class="form-check d-flex justify-content-center mb-4">

View File

@ -94,11 +94,11 @@
<h1 class="text-center mb-4" style="font-family: 'Noto Sans SC Light',serif">
用户登录</h1>
<div class="form-outline mb-4">
<input type="text" id="form1Example1" class="form-control" name="username"/>
<input type="text" id="form1Example1" class="form-control" name="username" required/>
<label class="form-label" for="form1Example1">用户名</label>
</div>
<div class="form-outline mb-4">
<input type="password" id="form1Example2" class="form-control" name="password"/>
<input type="password" id="form1Example2" class="form-control" name="password" required/>
<label class="form-label" for="form1Example2">密码</label>
</div>
<div class="row mb-4">
@ -128,15 +128,15 @@
<h1 class="text-center mb-4" style="font-family: 'Noto Sans SC Light',serif">
用户注册</h1>
<div class="form-outline mb-4">
<input type="text" id="registerUsername" class="form-control" name="username"/>
<input type="text" id="registerUsername" class="form-control" name="username" required/>
<label class="form-label" for="registerUsername">用户名</label>
</div>
<div class="form-outline mb-4">
<input type="password" id="registerPassword" class="form-control" name="password"/>
<input type="password" id="registerPassword" class="form-control" name="password" required/>
<label class="form-label" for="registerPassword">密码</label>
</div>
<div class="form-outline mb-4">
<input type="password" id="registerRepeatPassword" class="form-control" name="re-password"/>
<input type="password" id="registerRepeatPassword" class="form-control" name="re-password" required/>
<label class="form-label" for="registerRepeatPassword">重复密码</label>
</div>
<div class="form-check d-flex justify-content-center mb-4">