rubygems/rubygems.org

View on GitHub
public/404.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    <link href="/stylesheets/static.css" rel='stylesheet' type='text/css'>
    <title>Page not found | RubyGems.org</title>
  </head>
  <body>
    <div class="wrapper">
      <div class="image__wrapper">
        <img class="error__illustration__bubble" alt="Gem missing from treasure chest" src="/images/cross.png">
        <img height="530" alt="404 error" src="/images/sea_floor.svg">
      </div>
      <div class="content">
        <h1>Page not found.</h1>
        <p>It will be mine. Oh yes. It will be mine.</p>
        <a href="/">Back to RubyGems.org →</a>
      </div>
    </div>
  </body>
</html>