WebsiteBluewalletApp/index.html
Overtorment 044d649130 init
2020-07-27 15:00:22 +01:00

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>