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

14 lines
632 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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') Lets 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.