61677c94 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents aaf68b32 e63e38f7
......@@ -4,7 +4,7 @@
]]);
?>
<body>
<body xmlns="http://www.w3.org/1999/html">
<div class="login_box">
<div class="login">
<div class="login_logo">
......@@ -18,7 +18,8 @@
<input name="password" type="password" placeholder="密码">
</form>
<!-- <input value="登录" type="submit">-->
<input value="登录" type="button" class="btn btn-primary btn-xs" onclick="save()">
<a type="button" class="btn btn-primary btn-xs" onclick="save()">登录</a>
</div>
<div class="copyright">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!