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

11 lines
355 B
Plaintext

section.page.signin
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")
input(type="submit", value="Connect")