43 lines
1.0 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>您所访问的页面不存在</title>
<style type="text/css">
body {
background-color: #f5f5f5;
}
.not-support-browser {
background-color: #FFFFFF;
border: 1px solid #CED0D3;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 650px;
height: 350px;
margin: 100px auto;
padding: 0px;
}
.not-support-browser-contant {
color: #666666;
font-size: 18px;
margin: 35px 25px;
text-align: center;
}
</style>
</head>
<body>
<!-- 内容区 -->
<div class="not-support-browser">
<div class="not-support-browser-contant">
<h1 style="font-size: 44px">您所访问的页面不存在</h1>
<img src="~/Content/images/404.png" />
</div>
</div>
</body>
</html>