Sha256: e6e14fa8970bbd7020dcb87d8169169c0b8abaa29c16821f3118dc49f2fae02c
Contents?: true
Size: 391 Bytes
Versions: 22
Compression:
Stored size: 391 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Chat</title> </head> <body> <script type="text/javascript"> sessionStorage.setItem("ss_user_pass","demonstration") </script> <%= render :partial => 'xmpp/chat' %> <p> <a href="/test">Volver</a></p> </body> </html>
Version data entries
22 entries across 22 versions & 2 rubygems