Sha256: be87d710e1a48e87f95969057c9d2e103c7c4cb00d9edf79fef86784e2de30ac
Contents?: true
Size: 425 Bytes
Versions: 37
Compression:
Stored size: 425 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Chat</title> <link rel="stylesheet" type="text/css" href="/css/chat.css" /> </head> <body> #{@content} <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/chat.js"></script> </body> </html>
Version data entries
37 entries across 37 versions & 4 rubygems