1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/clientapp/templates/pages/signin.jade

11 lines
379 B
Plaintext
Raw Normal View History

2013-09-03 18:25:14 -04:00
section.page.signin
2013-09-16 05:19:07 -04:00
div#loginForm
form
label JID:
input(type="text", id="jid", placeholder="you@aweso.me")
label Password:
input(type="password", id="password")
label WebSocket URL:
input(type="text", id="wsURL", placeholder="wss://aweso.me:5281/xmpp-websocket")
2013-10-24 17:32:20 -04:00
input(type="submit", value="Connect", class="button primary")