Sha256: b06854c51c9c0e6f2f5a2fd975c55b25c1b505aab41ba5b6b214c2d3f33def10

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 KB

Contents

---
layout: errors
permalink: /500.html
title: OhOh Server error!
---

<!DOCTYPE html>
<html lang="{{ site.lang | default: 'en-US' }}">
  <head>
    <link
      rel="stylesheet"
      href="{{ site.baseurl }}/assets/css/errorpages/errorpages.css"
    />
    {% include casjays-header.html %} {% if site.custom_theme.name %} {% include
    themes/{{ site.custom_theme.name }}/meta.html %} {% endif %}
  </head>

  <div class="container-fluid" onload="javascript:loadDomain();">
    <h1>
      <span class="glyphicon glyphicon-fire red"></span>
      <a
        href="https://www.google.com/search?q=server+error+500"
        target="_blank"
      >
        500 Internal Server Error
      </a>
    </h1>
    <br />
    <p class="lead">
      The web server is returning an internal error! Something is broken!!<br />
    </p>
    <div class="container-fluid">
      <div class="body-content">
        <img
          alt="error"
          src="{{ site.baseurl }}/assets/images/oops.gif"
        /><br />
      </div>
    </div>
    <a onclick="javascript:homepage();" class="btn btn-lg btn-success"
      ><span id="display-domain"></span
    ></a>
  </div>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.4 error/500.html
casjaysdev-jekyll-theme-0.2.3 error/500.html
casjaysdev-jekyll-theme-0.2.2 error/500.html
casjaysdev-jekyll-theme-0.2.1 error/500.html
casjaysdev-jekyll-theme-0.1.9 error/500.html
casjaysdev-jekyll-theme-0.1.8 error/500.html