examples/rwinter/views/layout.erb in wbzyl-sinatra-static-assets-0.1.1 vs examples/rwinter/views/layout.erb in wbzyl-sinatra-static-assets-0.1.2
- old
+ new
@@ -1,8 +1,9 @@
<!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/mapp.css" %>
<%= javascript_script_tag "/javascripts/mapp.js" %>
<title><%= @title %></title>
</head>