| 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" /> |
| 6 | | <meta name="viewport" content="width=780" /> |
| 7 | | <title>_{Phwittr: What are you doing?}</title> |
| 8 | | <link rel="shortcut icon" href="" type="image/x-icon" /> |
| 9 | | <%= stylesheet_link_tag 'default' %> |
| 10 | | <style type="text/css"> |
| 11 | | body {background: #9ae4e8 url(<%= image_path 'bg.gif' %>) fixed no-repeat top left; } |
| 12 | | div.content-bubble-arrow { margin-top: 6px; padding-top: 11px; background: url(<%= image_path 'arr2.gif' %>) no-repeat 25px 0px; } |
| 13 | | </style> |
| 14 | | </head> |
| | 1 | <%= render :partial => 'layouts/header' %> |