mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
<% content_for :navigation do %>
|
|
<%= render 'shared/main_nav' %>
|
|
<% end %>
|
|
|
|
<div class="sg-17 error">
|
|
<h1>Page Not Found</h1>
|
|
<p>Oops! It doesn't look like there's anything here.</p>
|
|
<p class="pointer"><span>←</span> Why not try one of these links here?</p>
|
|
</div>
|
|
|
|
<div class="sg-5 error-code" style="background: #444;">
|
|
<span>4</span>
|
|
</div>
|
|
<div class="sg-5 error-code" style="background: #333;">
|
|
<span>0</span>
|
|
</div>
|
|
<div class="sg-5 error-code" style="background: #222;">
|
|
<span>4</span>
|
|
</div>
|