Sha256: 5b88b6909921d89481aa1eaf64aee801d63dd813e5cd0a8769afd873c349c884
Contents?: true
Size: 517 Bytes
Versions: 5
Compression:
Stored size: 517 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"> <!-- does not work <link charset="utf-8" href="/stylesheets/mapp.css" media="screen" rel="stylesheet" type="text/css"> --> <%= stylesheet_link_tag "/stylesheets/mapp.css" %> <%= javascript_script_tag "/javascripts/mapp.js" %> <title><%= @title %></title> </head> <body> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 2 rubygems