<% provide(:title, "Home") %>

Welcome to the Sample App

This is the home page for the Ruby on Rails Tutorial Sample application.

<%= link_to "Sing up now!", signup_path, class:"btn btn-lg btn-primary" %>
<%= link_to image_tag("rails.svg", alt:"Rails logo", width: "200"), "https://rubyonrails.org/" %> <%#= link_to image_tag("kitten.jpg", alt:"Kitten", width:"200") %>