0% found this document useful (0 votes)
146 views

Secure Link Loading....... MHTML

This document is a secure link loading page that is displayed while a page is loading. It contains HTML and CSS code for displaying a "Please wait, page is loading" message centered on the screen along with a spinning loading icon. The loading icon spins in a circle continuously using keyframe animation until the secure page has finished loading.

Uploaded by

Alvin Burrell
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
146 views

Secure Link Loading....... MHTML

This document is a secure link loading page that is displayed while a page is loading. It contains HTML and CSS code for displaying a "Please wait, page is loading" message centered on the screen along with a spinning loading icon. The loading icon spins in a circle continuously using keyframe animation until the secure page has finished loading.

Uploaded by

Alvin Burrell
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

From: <Saved by Blink>

Snapshot-Content-Location:
http://www.linkpasssafe.com/track/601b22b20bd20/?c=1&s=ttww&s2=&v=1&n=0&e=ZjQyOTIx
OTM2YWZmMGM5M2UwZWI0NGZlNTY2MGZkOGE%253D&k=5894&ms=1623418152537&ur
l=NTQzOGE5MzgyZjUyZWIxYzY5MThmM2RhNTU0YjgxMTZvZ0dQYis5ZjQ1UWJYa1IwRWlJb
WFGVitMUUpmNXJzNDRnbWNBc2x4VmF0bmMrbWFLSjl2QmNyZ1o5S1crSHVxMkhVTGNIN
1lBWnVodTh1RDVuOUtSUDEzU0JJbHNMV3plbVFNT2ZiYjExTU9jT29ySmFuRDBwVi9udWxz
K2hkR1Y0eEZuS1F2Uk5KTQ%3D%3D
Subject: Secure Link Loading......
Date: Fri, 11 Jun 2021 13:29:15 -0000
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";

boundary="----MultipartBoundary--7iEREuTWGV6vsI9aowaHzB4bEWklg0L6OECD1032HO----"

------MultipartBoundary--7iEREuTWGV6vsI9aowaHzB4bEWklg0L6OECD1032HO----
Content-Type: text/html
Content-ID: <[email protected]>
Content-Transfer-Encoding: binary
Content-Location:
http://www.linkpasssafe.com/track/601b22b20bd20/?c=1&s=ttww&s2=&v=1&n=0&e=ZjQyOTIx
OTM2YWZmMGM5M2UwZWI0NGZlNTY2MGZkOGE%253D&k=5894&ms=1623418152537&ur
l=NTQzOGE5MzgyZjUyZWIxYzY5MThmM2RhNTU0YjgxMTZvZ0dQYis5ZjQ1UWJYa1IwRWlJb
WFGVitMUUpmNXJzNDRnbWNBc2x4VmF0bmMrbWFLSjl2QmNyZ1o5S1crSHVxMkhVTGNIN
1lBWnVodTh1RDVuOUtSUDEzU0JJbHNMV3plbVFNT2ZiYjExTU9jT29ySmFuRDBwVi9udWxz
K2hkR1Y0eEZuS1F2Uk5KTQ%3D%3D

<!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" class="no-js"><!--[if lt IE 7]> <html class="no-js lt-ie9
lt-ie8 lt-ie7"> <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--><!--[if IE
8]> <html class="no-js lt-ie9"> <![endif]--><!--[if gt IE 8]><!--><!--<![endif]--><head><meta
http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet"
type="text/css" href="cid:[email protected]" /><link
rel="stylesheet" type="text/css"
href="cid:[email protected]" />

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<!--iOS -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Secure Link Loading......</title></head>
<body class="demo">
<h1 id="mess" style="text-align:center; color:#09F">Please wait, page is loading...</h1>
<!-- Demo content -->
<div id="demo-content">

<header class="entry-header">

<nav class="back-link">

</nav><!-- .nav-single -->

</header>

<div id="loader-wrapper">
<div id="loader"></div>
</div>

</div>
<!-- /Demo content -->

</body></html>
------MultipartBoundary--7iEREuTWGV6vsI9aowaHzB4bEWklg0L6OECD1032HO----
Content-Type: text/css
Content-Transfer-Encoding: binary
Content-Location: cid:[email protected]

@charset "utf-8";
.chromeframe { margin: 0.2em 0px; color: rgb(0, 0, 0); padding: 0.2em 0px; }

p { line-height: 1.33em; color: rgb(0, 0, 0); }

#loader-wrapper { position: absolute; top: 0px; left: 0px; width: 100%; height: 500px; z-index:
1000; }

#loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px;
margin: -75px 0px 0px -75px; border-radius: 50%; border-width: 3px; border-style: solid;
border-color: rgb(52, 152, 219) transparent transparent; border-image: initial; animation: 2s
linear 0s infinite normal none running spin; }

#loader::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; border-width:
3px; border-style: solid; border-color: rgb(0, 0, 153) transparent transparent; border-image:
initial; animation: 3s linear 0s infinite normal none running spin; }

#loader::after { content: ""; position: absolute; inset: 15px; border-radius: 50%; border-width:
3px; border-style: solid; border-color: rgb(0, 0, 153) transparent transparent; border-image:
initial; animation: 1.5s linear 0s infinite normal none running spin; }

@-webkit-keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.ir { background-color: transparent; border: 0px; overflow: hidden; }

.ir::before { content: ""; display: block; width: 0px; height: 150%; }

.hidden { visibility: hidden; display: none !important; }

.visuallyhidden { border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow:
hidden; padding: 0px; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto;


margin: 0px; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }


.clearfix::before, .clearfix::after { content: " "; display: table; }

.clearfix::after { clear: both; }

.clearfix { }

@media only screen and (min-width: 35em) {


}

@media print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {


}

@media print {
* { background: transparent !important; color: rgb(0, 0, 0) !important; box-shadow: none
!important; text-shadow: none !important; }
a, a:visited { text-decoration: underline; }
a[href]::after { content: " (" attr(href) ")"; }
abbr[title]::after { content: " (" attr(title) ")"; }
.ir a::after, a[href^="javascript:"]::after, a[href^="#"]::after { content: ""; }
pre, blockquote { border: 1px solid rgb(153, 153, 153); break-inside: avoid; }
thead { display: table-header-group; }
tr, img { break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { break-after: avoid; }
}
------MultipartBoundary--7iEREuTWGV6vsI9aowaHzB4bEWklg0L6OECD1032HO----
Content-Type: text/css
Content-Transfer-Encoding: binary
Content-Location: cid:[email protected]

@charset "utf-8";

.back-link a { color: rgb(76, 163, 64); text-decoration: none; border-bottom: 1px solid rgb(76,
163, 64); }

.back-link a:hover, .back-link a:focus { color: rgb(64, 133, 54); text-decoration: none;
border-bottom: 1px solid rgb(64, 133, 54); }

h1 { height: 100%; margin: 24px 0px 3px; font-family: "Open Sans", sans-serif; font-size: 14px; }
.entry-header { text-align: left; margin: 0px auto 50px; width: 80%; max-width: 978px; position:
relative; z-index: 10001; }

#demo-content { padding-top: 100px; }


------MultipartBoundary--7iEREuTWGV6vsI9aowaHzB4bEWklg0L6OECD1032HO------

You might also like