15 lines
299 B
HTML
15 lines
299 B
HTML
<html>
|
|
<head>
|
|
<script type = "text/javascript">
|
|
<!--
|
|
function Redirect() {
|
|
window.location = "https://bluewallet.io";
|
|
}
|
|
setTimeout('Redirect()', 1);
|
|
//-->
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|