<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
        <title>浏览器版本过低</title>
        <style>
            h3{
                font-size:48px;
                color:#333;
                text-align:center;
                padding-top:30px;
                font-weight:normal;
            }
        </style>
    </head>

    <body>
        <h3>浏览器版本过低，请升级后访问网站！</h3>
    </body>
</html>