init
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -13,12 +13,12 @@ | ... | @@ -13,12 +13,12 @@ |
| 13 | <div class="login_name"> | 13 | <div class="login_name"> |
| 14 | <p>后台管理系统</p> | 14 | <p>后台管理系统</p> |
| 15 | </div> | 15 | </div> |
| 16 | <!-- <form action=" " id="edit">--> | 16 | <form action=" " id="edit"> |
| 17 | <input name="username" type="text" placeholder="用户名"> | 17 | <input name="username" type="text" placeholder="用户名"> |
| 18 | <input name="password" type="password" placeholder="密码"> | 18 | <input name="password" type="password" placeholder="密码"> |
| 19 | <!-- </form>--> | 19 | </form> |
| 20 | <input value="登录" type="submit"> | 20 | <!-- <input value="登录" type="submit">--> |
| 21 | <!-- <input value="登录" onclick="save()">--> | 21 | <input value="登录" type="button" class="btn btn-primary" onclick="save()"> |
| 22 | 22 | ||
| 23 | </div> | 23 | </div> |
| 24 | <div class="copyright"> | 24 | <div class="copyright"> | ... | ... |
-
Please register or sign in to post a comment