359a2ab6 by wang

init

1 parent 085d2628
......@@ -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,7 @@
<input name="password" type="password" placeholder="密码">
</form>
<!-- <input value="登录" type="submit">-->
<input value="登录" type="button" class="btn btn-primary btn-xs" onclick="save()">
<button type="button" class="btn btn-primary btn-xs" onclick="save()">登录</button>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!