All checks were successful
continuous-integration/drone/push Build is passing
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
<%= render partial: "components/header", locals: { page_title: "404" } %>
|
|
|
|
<%= render layout: "components/main_simple" do %>
|
|
<h2>Not found</h2>
|
|
<p>Sorry, this page does not exist.</p>
|
|
<% end %>
|