Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Latest commit

 

History

History
90 lines (77 loc) · 2.85 KB

404.md

File metadata and controls

90 lines (77 loc) · 2.85 KB
<title>Page not found · 02.soarn.pro</title> <style type="text/css" media="screen"> body { background-color: #f1f1f1; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .container { margin: 50px auto 40px auto; width: 600px; text-align: center; }

  a { color: #4183c4; text-decoration: none; }
  a:hover { text-decoration: underline; }

  h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }
  p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }

  ul { list-style: none; margin: 25px 0; padding: 0; }
  li { display: table-cell; font-weight: bold; width: 1%; }

  .logo { display: inline-block; margin-top: 35px; }
  .logo-img-2x { display: none; }
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    .logo-img-1x { display: none; }
    .logo-img-2x { display: inline-block; }
  }

  #suggestions {
    margin-top: 35px;
    color: #ccc;
  }
  #suggestions a {
    color: #666666;
    font-weight: 200;
    font-size: 14px;
    margin: 0 10px;
  }
  #social {
    margin-top: 35px;
    color: #ccc;
  }
  #social a {
    color: #666666;
    font-weight: 200;
    font-size: 14px;
    margin: 0 10px;
  }

</style>
<div class="container">

  <h1>404</h1>
  <p><strong>File not found</strong></p>

  <p>
    The site configured at this address does not
    contain the requested file.
  </p>

  <div id="suggestions">
    <a href="https://githubstatus.com">GitHub Status</a> &mdash;
    <a href="https://twitter.com/githubstatus">@githubstatus</a>
  </div>
  <div id="social">
    <a href="https://twitter.com/soarnpro">Twitter</a> &mdash;
    <a href="https://soarn.pro/">soarn.pro</a>
  </div>

  <a href="https://02.soarn.pro/" class="logo logo-img-1x">
    <img width="32" height="32" title="" alt="" src="/favicon-32x32.png">
  </a>

  <a href="https://02.soarn.pro/" class="logo logo-img-2x">
    <img width="16" height="16" title="" alt="" src="/favicon-16x16.png">
  </a>
</div>