Sha256: c062a8dd867e580b086f93b793ac3fc5de6f543ab2b29877699d7b8d79944139
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>JsChat iPhone</title> <link rel="icon" href="/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js" type="text/javascript"></script> <script src="/javascripts/all.js?<%= Time.now.to_i %>" type="text/javascript"></script> <link href="/stylesheets/screen.css?<%= Time.now.to_i %>" media="screen" rel="stylesheet" type="text/css" /> <link href="/stylesheets/iphone.css?<%= Time.now.to_i %>" media="screen" rel="stylesheet" type="text/css" /> <link rel="apple-touch-icon" media="screen and (resolution: 163dpi)" href="/iOS-57.png" /> <link rel="apple-touch-icon" media="screen and (resolution: 326dpi)" href="/iOS-114.png" /> </head> <body class="iphone" onload="setTimeout(function() { window.scrollTo(0, 1); }, 100);"> <div id="loading" style="display: none">Loading...</div> <div class="header"> <h1><a href="/"><img src="/images/jschat.gif" alt="JsChat" /></a></h1> <ul id="rooms" class="rooms" style="display: none"> <li class="join"><a href="#">+</a></li> </ul> <ul class="navigation"> <li><a href="/">Home</a></li> <li><a href="http://github.com/alexyoung/jschat">Download</a> <li id="help-nav" style="display: none"><a href="#" id="help-link">Help</a> <li id="quit-nav" style="display: none"><a href="/quit">Quit</a> </ul> </div> <div class="header-shadow"></div> <div class="page"> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jschat-0.3.7 | lib/jschat/http/views/iphone.erb |