mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-13 13:05:00 -05:00
14 lines
632 B
Plaintext
14 lines
632 B
Plaintext
section.page.create
|
||
a(href='/')
|
||
h1#logo
|
||
img(src='conversatio.png', height='64', width='480', alt='Conversat.io')
|
||
h2
|
||
span#title Log in with XMPP
|
||
p.desc WebRTC capable XMPP client
|
||
|
||
form#createRoom
|
||
input#sessionInput(placeholder='you@reaweso.me', autofocus=true)
|
||
input#sessionInput(placeholder='password', type='password')
|
||
button(type='submit') Let’s go!
|
||
p.about Requires Chrome or Firefox Nightly with peer connection enabled.<br/> conversat.io uses <a href="https://github.com/henrikjoreteg/SimpleWebRTC">the simple WebRTC library</a> from <a href="http://andyet.com">&yet</a> and so can you.
|