sinatra-static-assets/examples/winter/views/index.erb

6 lines
159 B
Plaintext
Raw Normal View History

2009-06-01 17:53:37 +00:00
<h2><%= @title %></h2>
<p><%= image_tag "/images/tatry2.jpg", :alt => @title, :title => @title %></p>
2009-06-01 22:32:26 +00:00
2009-06-01 22:36:20 +00:00
<p><a href="/summer">Tatra Mountains in Summer</a></p>