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

9 lines
194 B
Plaintext

<% provide(:title, "Contact") %>
<h1>Contact</h1>
<p>
Contact the Ruby on Rails Tutorial about the sample app at the
<a href="https://www.railstutorial.org/contact">contact page</a>.
</p>