Advertisement
Guest User

Untitled

a guest
Dec 18th, 2015
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta name="description" content="Web word processing, presentations and spreadsheets">
  6.     <link rel="shortcut icon" href="//ssl.gstatic.com/docs/common/drive_favicon1.ico">
  7.     <title>Google Drive -- Page Not Found</title>
  8.     <link href="//fonts.googleapis.com/css?family=Product+Sans" rel="stylesheet" type="text/css">
  9.     <style>
  10.         /* Copyright 2015 Google Inc. All Rights Reserved. */
  11.        
  12.         .goog-inline-block {
  13.             position: relative;
  14.             display: -moz-inline-box;
  15.             display: inline-block
  16.         }
  17.         * html .goog-inline-block {
  18.             display: inline
  19.         }
  20.         *:first-child+html .goog-inline-block {
  21.             display: inline
  22.         }
  23.         #drive-logo {
  24.             margin: 18px 0;
  25.             position: absolute;
  26.             white-space: nowrap
  27.         }
  28.         .docs-drivelogo-img {
  29.             background-image: url('//ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_116x41dp.png');
  30.             background-size: 116px 41px;
  31.             display: inline-block;
  32.             height: 41px;
  33.             vertical-align: bottom;
  34.             width: 116px
  35.         }
  36.         .docs-drivelogo-text {
  37.             color: #000;
  38.             display: inline-block;
  39.             opacity: 0.54;
  40.             text-decoration: none;
  41.             font-family: 'Product Sans', Arial, Helvetica, sans-serif;
  42.             font-size: 32px;
  43.             text-rendering: optimizeLegibility;
  44.             position: relative;
  45.             top: -6px;
  46.             left: -7px;
  47.             -webkit-font-smoothing: antialiased;
  48.             -moz-osx-font-smoothing: grayscale
  49.         }
  50.         @media (-webkit-min-device-pixel-ratio: 1.5),
  51.         (min-resolution: 144dpi) {
  52.             .docs-drivelogo-img {
  53.                 background-image: url('//ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_116x41dp.png')
  54.             }
  55.         }
  56.     </style>
  57.     <style type="text/css">
  58.         body {
  59.             background-color: #fff;
  60.             font-family: Arial, sans-serif;
  61.             font-size: 13px;
  62.             margin: 0;
  63.             padding: 0;
  64.         }
  65.         a,
  66.         a:link,
  67.         a:visited {
  68.             color: #112ABB;
  69.         }
  70.     </style>
  71.     <style type="text/css">
  72.         .errorMessage {
  73.             font-size: 12pt;
  74.             font-weight: bold;
  75.             line-height: 150%;
  76.         }
  77.     </style>
  78. </head>
  79.  
  80. <body>
  81.     <div style="margin: auto; max-width: 750px;">
  82.         <div style="margin: 80px 40px 20px 40px; position:relative; ">
  83.             <div style="position: absolute; top: -80px;">
  84.                 <div id="drive-logo"><a href="/"><span class="docs-drivelogo-img" title="Google logo"></span><span class="docs-drivelogo-text">&nbsp;Drive</span></a>
  85.                 </div>
  86.             </div>
  87.             <div align="center">
  88.                 <p class="errorMessage" style="padding-top: 50px">Sorry, the file you have requested does not exist.</p>
  89.                 <p> Please check the address and try again. </p>
  90.                 <div style="background: #F0F6FF; border: 1px solid black; margin-top: 35px; padding: 10px 125px; width: 300px;">
  91.                     <p><strong>Get stuff done with Google Drive</strong>
  92.                     </p>
  93.                     <p>Apps in Google Drive make it easy to create, store and share online documents, spreadsheets, presentations and more.</p>
  94.                     <p>Learn more at <a href="https://drive.google.com/start/apps">drive.google.com/start/apps</a>.</p>
  95.                 </div>
  96.             </div>
  97.         </div>
  98.     </div>
  99. </body>
  100.  
  101. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement