otwarchive-sunsetarchive/app/views/errors/404.html.erb
2026-03-17 01:16:49 -04:00

8 lines
251 B
Text
Executable file

<h2 class="heading">Error 404</h2>
<h3 class="heading">The page you were looking for doesn't exist.</h3>
<% if defined? @message %>
<p>
<%= @message %>
</p>
<% end %>
<p>You may have mistyped the address or the page may have been deleted.</p>