today_ai_weather/app/views/static_pages/home.html.erb

9 lines
184 B
Plaintext
Raw Normal View History

2024-12-30 00:09:54 +08:00
<% 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>