<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>你的页面走丢了...</title>
  <link rel="Shortcut Icon" href="{ms:global.logo/}"  type="image/x-icon" />
  <link rel="stylesheet" href="./css/public.css">
  <link rel="stylesheet" href="./css/404.css">
</head>
<style>

</style>
<body>
  <ul class="mistake">
    <li><img src="./img/404.png" alt=""></li>
    <li><h5>您访问的页面已撤稿或删除</h5></li>
    <li><p>如您是在地址栏输入网址的，请确认其拼写正确，并注意网址的大小写字母区分。 了解孟津人民政府，请访问<a href="http://www.mengjin.gov.cn/">孟津人民政府</a></p></li>
  </ul>
</body>
</html>