mirror of https://github.com/calzoneman/sync.git
Remove login from index.html since it's unnecessary
This commit is contained in:
parent
41de5c5d7a
commit
288da92e6f
|
@ -34,14 +34,6 @@
|
||||||
<li><a href="help.html">Help</a></li>
|
<li><a href="help.html">Help</a></li>
|
||||||
<li><a href="javascript:void(0)" id="optlink">Options</a></li>
|
<li><a href="javascript:void(0)" id="optlink">Options</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="navbar-form pull-right" id="loginform">
|
|
||||||
<input type="text" id="guestname" placeholder="Name">
|
|
||||||
<button class="btn" id="guestlogin">Guest Login</button>
|
|
||||||
<button class="btn" id="login">Login/Register</button>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-form pull-right" id="logoutform" style="display: none;">
|
|
||||||
<button class="btn" id="logout">Logout</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue