| 1 | | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 3 | | <head> |
| 4 | | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | | <meta http-equiv="Content-Language" content="en-us" /> |
| 6 | | <meta name="description" content="Phwittr is a simple Twitter clone for PHP Framework Fight"> |
| 7 | | <meta http-equiv="imagetoolbar" content="no"> |
| 8 | | <meta name="viewport" content="width=780" /> |
| 9 | | <title>Phwittr</title> |
| 10 | | <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
| 11 | | <link rel="apple-touch-icon" href="images/twitter_57.png" /> |
| 12 | | <%= stylesheet_link_tag 'default' %> |
| 13 | | <style type="text/css"> |
| 14 | | body {background: #9ae4e8 url(<%= image_path 'bg.gif' %>) fixed no-repeat top left; } |
| 15 | | div.content-bubble-arrow { margin-top: 6px; padding-top: 11px; background: url(<%= image_path 'arr2.gif' %>) no-repeat 25px 0px; } |
| 16 | | </style> |
| 17 | | <link rel="alternate" type="application/rss+xml" title="げん (RSS)" href="http://twitter.com/favorites/10319122.rss" /> |
| 18 | | <link rel="alternate" type="application/atom+xml" title="げん (Atom)" href="http://twitter.com/favorites/10319122.atom" /> |
| 19 | | </head> |
| 20 | | |
| 21 | | <body class="account" id="profile" onload="registerResponders();"> |
| | 1 | <%= render :partial => 'header' %> |
| | 2 | <body class="front" id="profile" onload="registerResponders();"> |