15 lines
422 B
HTML
15 lines
422 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="refresh" content="1; url=https://nullphpscript.com">
|
|
<script type="text/javascript">
|
|
window.location.href = "https://nullphpscript.com";
|
|
</script>
|
|
<title>Redirecting - Nullphpscript.com</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting! Thank you, please stay with us.</p>
|
|
</body>
|
|
</html> |