Sha256: 381ae7a3c5989af3c7cdc4e18d8f1e4c47f0ec62616c36e35a952bce0cbf9006
Contents?: true
Size: 404 Bytes
Versions: 2
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/app1.css" %> <script src="/javascripts/app1.js" type="text/javascript"></script> <title><%= @title %></title> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wbzyl-sinatra-static-assets-0.0.5 | examples/app1/views/layout.erb |
wbzyl-sinatra-static-assets-0.0.6 | examples/app1/views/layout.erb |