Sha256: 76743b5308ce7edd74b51fbda600710ed8493f17d7540b1a1fbf2e886df09053
Contents?: true
Size: 697 Bytes
Versions: 6
Compression:
Stored size: 697 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 our site!" }}</h1> <p class="animated delay fadeInLeftBig"> Error {{ page.code }} ({{ page.desc }}) {% if site.email %} - If you think this is a mistake on our part, please <a href="mailto:{{ site.email }}">send us an email</a>. {% endif %} </p> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems