mirror of
https://github.com/zhigang1992/m.combee.co.git
synced 2026-04-30 03:55:05 +08:00
Add logout functionality
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<a href="#setting">
|
||||
<span class="glyphicon glyphicon-cog"></span>
|
||||
</a>
|
||||
<a href="#login">
|
||||
<a href="#logout">
|
||||
<span class="glyphicon glyphicon-th"></span>
|
||||
</a>
|
||||
</span>
|
||||
@@ -4,8 +4,8 @@
|
||||
<h4>Notification Manager</h4>
|
||||
</div>
|
||||
<form class="user-login-form">
|
||||
<input type="text" name="login" placeholder="Email/Phone Numebr" value="18080927221"/>
|
||||
<input type="password" name="password" placeholder="Password" value="123456"/>
|
||||
<input type="text" name="login" placeholder="Email/Phone Numebr" value=""/>
|
||||
<input type="password" name="password" placeholder="Password" value=""/>
|
||||
<button type="button" class="btn sign-in">Sign in</button>
|
||||
</form>
|
||||
<a href="#">Forget your password?</a>
|
||||
Reference in New Issue
Block a user