summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.erb
blob: d90d13f760d4b9e27e2d89dba20ae709d827d6c8 (plain)
1
2
3
4
<div>
  <h1 class="font-bold text-2xl">Welcome to the Cable Club!</h1>
  <%= link_to "Login", new_user_session_path %>
</div>