119 lines
3.8 KiB
Plaintext
Executable File
119 lines
3.8 KiB
Plaintext
Executable File
<!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">
|
|
|
|
<!--
|
|
Copyright 2016 by luk3yx.
|
|
All rights reserved.
|
|
-->
|
|
|
|
<head>
|
|
<title id="title">Processing... - luk3yx's website</title>
|
|
<!--<meta http-equiv="content-type"
|
|
content="text/html;charset=utf-8" />
|
|
|
|
-->
|
|
<meta http-equiv="content-type"
|
|
content="text/html;charset=utf-8" />
|
|
<script id="loadr" type="text/javascript"></script>
|
|
<script type="text/javascript"><!--
|
|
// Below text not copyrighted
|
|
var getParam = function () {
|
|
var query_string = {};
|
|
var query = window.location.search.substring(1);
|
|
var vars = query.split("&");
|
|
for (var i=0;i<vars.length;i++) {
|
|
var pair = vars[i].split("=");
|
|
if (typeof query_string[pair[0]] === "undefined") {
|
|
query_string[pair[0]] = decodeURIComponent(pair[1]);
|
|
} else if (typeof query_string[pair[0]] === "string") {
|
|
var arr = [ query_string[pair[0]],decodeURIComponent(pair[1]) ];
|
|
query_string[pair[0]] = arr;
|
|
} else {
|
|
query_string[pair[0]].push(decodeURIComponent(pair[1]));
|
|
}
|
|
}
|
|
return query_string;
|
|
}();
|
|
// Above text not copyrighted
|
|
|
|
var type=getParam.type
|
|
|
|
function error() {
|
|
window.stop();
|
|
window.location.href = "/js/handler/error.html";
|
|
}
|
|
function loadExternalScript(filename) {
|
|
document.getElementById("loadr").setAttribute("src", filename);
|
|
}
|
|
function loadScript(filename) {
|
|
loadExternalScript("/js/" + filename + ".js");
|
|
}
|
|
loadScript(type);
|
|
//-->
|
|
</script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
</head>
|
|
|
|
<!--body--><body>
|
|
|
|
<div class="title">
|
|
<center>
|
|
<h1>
|
|
<a href="/index.html">
|
|
<img src="/title.png" alt="Welcome to luk3yx's Website!" />
|
|
</a>
|
|
</h1>
|
|
</center>
|
|
</div>
|
|
|
|
<center>
|
|
<a href="https://www.mozilla.org/firefox" class="hideinff" target="_blank">
|
|
<img alt="Get Mozilla Firefox Now!" src="/firefox.png" />
|
|
</a>
|
|
</center>
|
|
|
|
<div class="content">
|
|
<noscript><h1>
|
|
Enable JavaScript or press the back button on your browser.
|
|
</h1></noscript>
|
|
<h1 id="description">Processing your request...</h1>
|
|
<img src="/cookies/load.gif" id="loader" width="100%" alt=" " />
|
|
<h2 id="instructions">Please be patient.</h2>
|
|
</div>
|
|
|
|
<center>
|
|
<a href="https://www.mozilla.org/thunderbird/" class="hideinff" target="_blank">
|
|
<img alt="Get Mozilla Thunderbird Now!" src="/thunderbird.jpg" />
|
|
</a>
|
|
</center>
|
|
|
|
<div class="smallprint">
|
|
<center>
|
|
<h5>
|
|
<!--DATE-->
|
|
© Copyright <!--YEAR -->by luk3yx. All rights reserved.
|
|
<br/>
|
|
<a href="/privacy.html#terms">
|
|
Terms and Conditions</a>
|
|
|
|
|
<a href="/privacy.html#privacy">
|
|
Privacy Policy</a>
|
|
|
|
|
<a href="/contact.html">
|
|
Contact Me
|
|
</a>
|
|
</h5>
|
|
<p id="w3c">
|
|
<a href="https://validator.w3.org/check?uri=referer" target="_blank">
|
|
<img src="https://www.w3.org/Icons/valid-xhtml10"
|
|
alt="Valid XHTML 1.0 Transitional" height="31"
|
|
width="88" />
|
|
</a>
|
|
</p>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
</html>
|