Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
wps-office / opt / kingsoft / wps-office / office6 / mui / default / resource / webdlg / error-404.html
Size: Mime:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
	*{margin:0;padding:0;}
	html,body{width:100%;height:100%;font-size:12px;font-family:\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,Tahoma,Arial;color:#666;background-color:#fff;}
	.error-wrap{display:table;width:100%;height:100%;color:#888;}
	.in{display:table-cell;vertical-align:middle;text-align:center;}
	.network{display:inline-block;width:96px;height:96px;background:url('./img/error-unknown-72.png') center center no-repeat;}
	a{color: #3b7aca;text-decoration: underline;}
	a:hover{color:#4389e6;}
	a:active{color:#346bb3;}
</style>
</head>
<body>
    <div class="error-wrap">
		<div class="in">
			<div class="network"></div>
			<p>sorry, the page you requested is not found.</p>
		</div>
	</div>
</body>
</html>