sample_rails_tailwind/app/views/static_pages/home.html.erb
2024-12-30 00:09:54 +08:00

9 lines
184 B
Plaintext

<% provide(:title, "Home") %>
<h1>Sample App</h1>
<p>
This is the home page for the
<a href="https://www.railstutorial.org/">Ruby on Rails Tutorial</a>
sample application.
</p>