Sha256: 953a00044165a8c679041a9b8f1a86352b2c70eeb47bfab3e14b19c3279ff386
Contents?: true
Size: 630 Bytes
Versions: 38
Compression:
Stored size: 630 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=<%= charset %>" /> <title><%= @title %></title> <style type="text/css" media="screen"> <%= @css_data %> </style> <script type="text/javascript" charset="utf-8"> <%= @js_data %> </script> </head> <body> <div id="content"> <h1><%= @title %></h1> <%= yieldall %> </div> <%= erb(:footer) %> </body> </html>
Version data entries
38 entries across 28 versions & 3 rubygems