init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 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="登录" type="button" class="btn btn-primary" onclick="save()"> | 21 | <input value="登录" type="button" class="btn btn-primary btn-xs" 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