mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
11 lines
355 B
Plaintext
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")
|