﻿<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui">
    <meta name="x5-fullscreen" content="true">
    <meta name="full-screen" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta http-equiv="Expires" content="-1">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta http-equiv="Pragma" content="no-cache">
    <meta name="full-screen" content="yes">
    <meta name="browsermode" content="application">
    <!--自动跳转首页-->
    <meta http-equiv="refresh" content="10;url=/"></meta>
<title>404 Error</title>
    <style>
        body{

        }
        h2{

        }
        #app{
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }
    </style>
</head>

<body>
<div id="app">
    <h2>404 &#x9875;&#x9762;&#x67E5;&#x627E;&#x5931;&#x8D25;</h2><br>
    <a href="/">&#x8FD4;&#x56DE;&#x4E3B;&#x9875;</a>&nbsp; <span id="time" style="color: red;">5</span> 秒后自动跳转首页<br>
    <img src="/img/404.jpg" style="max-width: 90%; border: 0;">
</div>
<script>
    var time = document.getElementById('time');
    var t = 10;
    var tt = setInterval(function(){
        t--;
        time.innerHTML = t;
        if(t <= 0){
            clearInterval(tt);
        }
    },1000);
</script>
</body>
</html>
