<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>系统异常</title>
    <meta name="description" content="一网通办">
</head>

<body>
<div class="topDiv">
    <img id="picSrc" src="/img/404.png">
    <h1 >很抱歉，您请求的页面不存在。</h1>
    <a href="/index.html">返回首页</a>
</div>

</body>
<style>
    .topDiv {
        text-align: center;
        width: 100%;
        margin-top: 200px;
    }
</style>

</html>
