

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>

</title>
	<style>
		*{
			margin:0;
			padding:0;
		}
		.text{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			padding-top:24px;
		}
		h2{
			font-size: 24px;
			margin-bottom: 8px;
			color: rgba(0, 0, 0, 0.9);
			font-weight: 700;
			line-height: 32px;
		}
		.buttons{
			margin-top:16px;
		}
		.refresh{
			display: inline-block;
			padding: 9px 16px;
			border-radius: 4px;
			text-align: center;
			font-size: 14px;
			line-height: 22px;
			box-sizing: border-box;
			cursor: pointer;
			-webkit-user-select: none;
			padding: 9px 28px;
			background-color: #ca0000;
			border: 1px solid #ca0000;
			color: #fff;
			font-weight: 700;
		}
		.p{
		font-size: 14px;
		color: #666;
		line-height: 22px;
		font-weight: 400;
		white-space: nowrap;
		}
	</style>
</head>
<body>
    
       <div class="text">
			<h2>hi，真不巧，网页走丢了。</h2>
			<p class="p">不如搜索一下你想要的吧。</p>
			
		</div>
    
</body>
</html>
