zoukankan      html  css  js  c++  java
  • 并非目不转睛的404网页

    效果:http://hovertree.com/texiao/js/26/

    请移动鼠标看看效果。

    效果图如下:


    代码如下:

    <!DOCTYPE html>
    <html lang="zh">
    <head>
    <title>并非目不转睛的404网页_何问起</title><base target="_blank" />
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="robots" content="noindex,nofollow" />
    <meta name="keywords" content="images, funny pictures, image host, image upload, image sharing, image resize" />
    <meta name="description" content="hovertree is home to the web's most popular image content, curated in real time by a dedicated community through commenting, voting and sharing." />
    <meta name="copyright" content="Copyright 2014 hovertree, Inc." />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge;" />
    <link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/js/26/css/404.css?1393899213" />
    <!--[if IE 9]><link rel="stylesheet" href="http://hovertree.com/texiao/js/26/css/ie-sucks.css?0" type="text/css" /><![endif]-->
    </head>
    <body>
    <div class="nodisplay">
    hovertree is home to the web's most popular image content, curated in real time by a dedicated community through commenting, voting and sharing.
    </div>
    
    <div id="hallway">
    <div class="container">
    <div id="cat1" class="painting">
    <img src="http://hovertree.com/texiao/js/26/images/cat1weyes.png">
    <div class="eye-container">
    <div class="eye left">
    <div class="pupil"></div>
    </div>
    <div class="eye right">
    <div class="pupil"></div>
    </div>
    </div>
    </div>
    <div id="cat2" class="painting">
    <img src="http://hovertree.com/texiao/js/26/images/cat2weyes.png">
    <div class="eye-container">
    <div class="eye">
    <div class="pupil"></div>
    </div>
    </div>
    </div>
    <div id="giraffe" class="painting">
    <img src="http://hovertree.com/texiao/js/26/images/giraffeweyes.png">
    <div class="eye-container">
    <div class="eye left">
    <div class="pupil"></div>
    </div>
    <div class="eye right">
    <div class="pupil"></div>
    </div>
    </div>
    <img class="monocle" src="http://hovertree.com/texiao/js/26/images/monocle.png" />
    </div>
    <div id="cat3" class="painting">
    <img src="http://hovertree.com/texiao/js/26/images/cat3weyes.png">
    <div class="eye-container">
    <div class="eye left">
    <div class="pupil"></div>
    </div>
    <div class="eye right">
    <div class="pupil"></div>
    </div>
    </div>
    </div>
    <div id="cat4" class="painting">
    <img src="http://hovertree.com/texiao/js/26/images/cat4weyes.png">
    <div class="eye-container">
    <div class="eye left">
    <div class="pupil"></div>
    </div>
    <div class="eye right">
    <div class="pupil"></div>
    </div>
    </div>
    </div>
    </div>
    </div>
    
    <div class="footer textbox">
    <h1>页面呢?! 动物们也都在找</h1>
    <p>请移动鼠标看看。404:您正在查找的页面不存在,请检查您输入的网址正确。<a href="http://hovertree.com/h/bjaf/js404page.htm">原文</a> <a href="http://hovertree.com/texiao/">特效</a></p>
    <p>或者点击这里访问何问起首页:<a href="http://hovertree.com">访问首页!</a></p>
    <a href="http://hovertree.com" class="footer-logo"><img src="http://hovertree.com/themes/hvtimages/hlogo.png"></a>
    </div>
    
    <script type="text/javascript" src="http://hovertree.com/texiao/js/26/js/404.js?1393899213"></script>
    <script type="text/javascript">
    var e404 = E404.getInstance();
    e404.generalInit();
    </script>
    
    <noscript>
    <div class="nodisplay">
    <img src="http://hovertree.com/hvtimg/bjafjc/rgevo2ea_l.jpg" border="0" height="1" width="1" alt="Quantcast" />
    </div>
    </noscript>
    </body>
    </html>

    转自:http://hovertree.com/h/bjaf/js404page.htm

    特效库:http://www.cnblogs.com/roucheng/p/texiao.html

  • 相关阅读:
    DataGridView中绑定List泛型的问题 [轉]
    .NET 導入EXCEL後數值型toString會變成空問題
    Linq連接List時多值時使用方法
    SQL2008报表三种实现Reporting Service2008匿名访问的方法(转)
    IIS7 WCF HTTP 错误 404.3 Not Found
    sql2005取得TABLE主鍵及欄位名稱,說明
    MSSQL禁用/啟用TRIGGER
    IE6下a:hover span失效问题(转载)
    asp.ner上传文件限制(转载)
    css优先级(转载)
  • 原文地址:https://www.cnblogs.com/roucheng/p/mbzj404.html
Copyright © 2011-2022 走看看