Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 522 Bytes

File metadata and controls

27 lines (20 loc) · 522 Bytes

@def title = "404"

<div style="margin-top: 40px; font-size: 40px; text-align: center;">

  <br>

  <div style="font-weight: bold;">
    404
  </div>

  <br>
  <br>
  <div style="margin-bottom: 300px; font-size: 24px">
    <p>The requested page was not found. While you are here, enjoy a joke:</p>
    <p>How do we know the ocean is friendly? It waves :)</p>
  </div>

  <br>
  <br>

  <div style="margin-bottom: 300px; font-size: 24px">
    <a href="/">Click here</a> to go back to the homepage.
  </div>

</div>