otwarchive-symphonyarchive/app/views/errors/404.html.erb

9 lines
251 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<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>