Sha256: 9760c2fdcb023f26f4b4aaef4e3ef4b37c4aedd370b4f070efc3b5eda39a5be6

Contents?: true

Size: 695 Bytes

Versions: 1

Compression:

Stored size: 695 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    {% include page-template/metadata.html pagename="You fell off my site!" %}
    <link rel="stylesheet" href="/assets/css/error.css"/>
  </head>
  <body onload="document.body.style.backgroundColor = '#303f9f'">
    <div class="error">
      <h1 class="animated fadeInRightBig">{{ site.errormessage | default: "Uh oh... You fell off my site!" }}</h1>
      <p class="animated delay fadeInLeftBig">
        Error {{ page.code }} ({{ page.desc }})
        {% if site.email %}
          - If you think this is a mistake on my part, please <a href="mailto:{{ site.email }}">send me an email.</a>
        {% endif %}
      </p>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
picklecore-0.6.0 _layouts/error.html