﻿<html><head>
	<meta charset="utf-8">
	<title>找不到网页</title>
	<style>
	* {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		box-sizing: border-box;
		color: inherit;
	}

	body {
		background: url(/comps/images/404-1.png) center no-repeat;
		height: 100vh;
	}
	</style>
</head>
<body>

</body></html>