Sha256: 1d2336cae239cd9a613eaa86d372d78840b5b5d8f8096f4893778967698dfaa7
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <%= stylesheet_link_tag "/stylesheets/app2.css" %> <script src="/javascripts/app2.js" type="text/javascript"></script> <title><%= @title %></title> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wbzyl-sinatra-static-assets-0.0.6 | examples/app2/views/layout.erb |