Destructo/views/index/home.erb

8 lines
172 B
Plaintext
Raw Permalink Normal View History

2024-07-03 09:32:02 -04:00
<div class="row">
<div class="columns twelve">
<p>This is the home page.</p>
<p><a href="/message/new">Click here</a> to send a new message.</p>
2024-07-03 09:32:02 -04:00
</div>
</div>