<!DOCTYPE html>
			<html>
			<head>
			<meta charset="UTF-8">
			<title>Opening App...</title>
			<script>
			window.location.href = "dic://" + window.location.pathname.substring(1) + window.location.search + window.location.hash;
			</script>
			<noscript>
			<meta http-equiv="refresh" content="0; url=dic://" />
			</noscript>
			</head>
			<body>
			Opening application...
			</body>
			</html>