mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Syntax
This commit is contained in:
parent
23d22cae74
commit
fc9a1701c8
1 changed files with 2 additions and 3 deletions
|
@ -42,8 +42,7 @@
|
|||
<div class="col-9 center-input"><input type="password" class="form-control" name="password"
|
||||
id="password"></div>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-block g-recaptcha"
|
||||
onclick='loadingAnimation()'>Login
|
||||
<button class="btn btn-primary btn-block g-recaptcha" onclick="loadingAnimation()">Login
|
||||
登入</button>
|
||||
</form>
|
||||
<div class="disclaimer" hidden="hidden">
|
||||
|
@ -79,4 +78,4 @@
|
|||
<script src="/static/time.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in a new issue