Sha256: 747792e0da9f5cd2561681c4452c3e207ffe64328017769c476a3efb50584ad8
Contents?: true
Size: 752 Bytes
Versions: 22
Compression:
Stored size: 752 Bytes
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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <%= stylesheet_link_tag :flutie %> <title>Flutie v1</title> <style type="text/css"> /* These are styles to make the page look nice */ body { background-color: #dadada;} .content { background: #fff; padding: 40px; margin: 40px auto; width: 880px; -moz-border-radius: 24px; -webkit-border-radius: 24px; } </style> </head> <body> <div class="content"> <%= yield %> </div> </body> </html>
Version data entries
22 entries across 22 versions & 3 rubygems