64bba2e3 by wang

init

1 parent c13fe4f1
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!