Skip to content
Extraits de code Groupes Projets
404.html 1,78 ko
Newer Older
  • Learn to ignore specific revisions
  • Raphael Sofaer's avatar
    Raphael Sofaer a validé
    <!DOCTYPE html>
    <html>
    <head>
      <title>The page you were looking for doesn't exist (404)</title>
      <style type="text/css">
    
        @font-face{font-family:Roboto;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-Regular.ttf)}
        @font-face{font-family:Roboto-BoldCondensed;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-BoldCondensed.ttf)}
    
        body,
        html {
    
        }
    
        body {
          margin-bottom: 0;
          padding-bottom: 0;
    
          background-color: #fff;
          color: #666;
          text-align: center;
          font-family: Roboto, Helvetica, Arial, sans-serif;
          background-image: url(https://joindiaspora.s3.amazonaws.com/assets/pattern-4deadcd0b3ee298c791c9055bdef3377.png);
          text-shadow: 0 1px 0 #fff;
        }
    
        #big-number {
          font-family: Roboto-BoldCondensed, Helvetica, Arial, sans-serif;
          font-size: 250px;
          text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
          color: #ddd;
        }
    
        a {
          text-decoration : none;
          color : rgb(42,156,235);
        }
    
        a:hover {
          text-decoration : underline;
        }
    
        .transparent {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          filter: alpha(opacity=80);
          -moz-opacity: 0.8;
          -khtml-opacity: 0.8;
          opacity: 0.8;
        }
    
        #cat-footer {
          width: 100%;
          position: fixed;
          text-align: center;
          bottom : -8px;
          left : 0;
    
    Raphael Sofaer's avatar
    Raphael Sofaer a validé
      </style>
    </head>
    
    <body>
      <!-- This file lives in public/404.html -->
    
      <div id="big-number" class="transparent">
        404
      </div>
    
      These are not the kittens you're looking for.  Move along.
      <br/>
      <br/>
      <a href="/">
        Go Back?
    
    
      <div id="cat-footer" class="transparent">
        <img src="https://s3.amazonaws.com/joindiaspora/peeping-tom.png">
      </div>
    
    Raphael Sofaer's avatar
    Raphael Sofaer a validé
    </body>
    </html>